From: Anson Huang Date: Mon, 30 Dec 2019 01:41:09 +0000 (+0800) Subject: ARM: dts: imx6sl-evk: Remove incorrect power supply assignment X-Git-Tag: Ubuntu-5.4.0-17.21~1517 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=356c82e6df8739b8a77012c3cd751ccb4917a0bd;p=mirror_ubuntu-focal-kernel.git ARM: dts: imx6sl-evk: Remove incorrect power supply assignment BugLink: https://bugs.launchpad.net/bugs/1861090 commit b4eb9ef0e29cd28c6fd684e0ab77bda824acb20e upstream. 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: 3feea8805d6f ("ARM: dts: imx6sl-evk: Assign corresponding power supply for LDOs") Signed-off-by: Anson Huang Signed-off-by: Shawn Guo Signed-off-by: Greg Kroah-Hartman Signed-off-by: Paolo Pisati --- diff --git a/arch/arm/boot/dts/imx6sl-evk.dts b/arch/arm/boot/dts/imx6sl-evk.dts index 4829aa682aeb..bc86cfaaa9c2 100644 --- a/arch/arm/boot/dts/imx6sl-evk.dts +++ b/arch/arm/boot/dts/imx6sl-evk.dts @@ -584,10 +584,6 @@ vin-supply = <&sw2_reg>; }; -®_vdd3p0 { - vin-supply = <&sw2_reg>; -}; - ®_vdd2p5 { vin-supply = <&sw2_reg>; };