Skip to content

Commit b4eb9ef

Browse files
Anson-HuangShawn Guo
authored andcommitted
ARM: dts: imx6sl-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: 3feea88 ("ARM: dts: imx6sl-evk: Assign corresponding power supply for LDOs") Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent d4918eb commit b4eb9ef

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,10 +584,6 @@
584584
vin-supply = <&sw2_reg>;
585585
};
586586

587-
&reg_vdd3p0 {
588-
vin-supply = <&sw2_reg>;
589-
};
590-
591587
&reg_vdd2p5 {
592588
vin-supply = <&sw2_reg>;
593589
};

0 commit comments

Comments
 (0)