Skip to content

Commit 3479b28

Browse files
Anson-HuangShawn Guo
authored andcommitted
ARM: dts: imx6sll-evk: Remove incorrect power supply assignment
The vdd3p0 LDO's input should be from external USB VBUS directly, NOT PMIC's power supply, the vdd3p0 LDO's target output voltage can be controlled by SW, and it requires input voltage to be high enough, with incorrect power supply assigned, if the power supply's voltage is lower than the LDO target output voltage, it will return fail and skip the LDO voltage adjustment, so remove the power supply assignment for vdd3p0 to avoid such scenario. Fixes: 96a9169 ("ARM: dts: imx6sll-evk: Assign corresponding power supply for vdd3p0") Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent b4eb9ef commit 3479b28

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

arch/arm/boot/dts/imx6sll-evk.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,6 @@
265265
status = "okay";
266266
};
267267

268-
&reg_3p0 {
269-
vin-supply = <&sw2_reg>;
270-
};
271-
272268
&snvs_poweroff {
273269
status = "okay";
274270
};

0 commit comments

Comments
 (0)