Skip to content

Commit 917baa7

Browse files
tq-niebelmShawn Guo
authored andcommitted
arm64: dts: imx8mp-tqma8mpql: remove virtual 3.3V regulator
BUCK4 rail supplies the 3.3V rail. Use the actual regulator instead of a virtual fixed regulator. Signed-off-by: Markus Niebel <[email protected]> Signed-off-by: Alexander Stein <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 5245dc5 commit 917baa7

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@
1616
reg = <0x0 0x40000000 0 0x80000000>;
1717
};
1818

19-
/* identical to buck4_reg, but should never change */
20-
reg_vcc3v3: regulator-vcc3v3 {
21-
compatible = "regulator-fixed";
22-
regulator-name = "VCC3V3";
23-
regulator-min-microvolt = <3300000>;
24-
regulator-max-microvolt = <3300000>;
25-
regulator-always-on;
26-
};
27-
2819
reg_usdhc2_vqmmc: regulator-usdhc2-vqmmc {
2920
compatible = "regulator-gpio";
3021
pinctrl-names = "default";
@@ -187,14 +178,14 @@
187178
read-only;
188179
reg = <0x53>;
189180
pagesize = <16>;
190-
vcc-supply = <&reg_vcc3v3>;
181+
vcc-supply = <&buck4_reg>;
191182
};
192183

193184
m24c64: eeprom@57 {
194185
compatible = "atmel,24c64";
195186
reg = <0x57>;
196187
pagesize = <32>;
197-
vcc-supply = <&reg_vcc3v3>;
188+
vcc-supply = <&buck4_reg>;
198189
};
199190
};
200191

@@ -211,7 +202,7 @@
211202
non-removable;
212203
no-sd;
213204
no-sdio;
214-
vmmc-supply = <&reg_vcc3v3>;
205+
vmmc-supply = <&buck4_reg>;
215206
vqmmc-supply = <&buck5_reg>;
216207
status = "okay";
217208
};

0 commit comments

Comments
 (0)