ARM: dts: imx6sl-tolino-shine3: Remove incorrect power supply assignment
authorAnson Huang <Anson.Huang@nxp.com>
Mon, 30 Dec 2019 01:41:11 +0000 (09:41 +0800)
committerShawn Guo <shawnguo@kernel.org>
Thu, 9 Jan 2020 10:34:35 +0000 (18:34 +0800)
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.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sl-tolino-shine3.dts

index 0ee4925..27143ea 100644 (file)
        vin-supply = <&dcdc2_reg>;
 };
 
-&reg_vdd3p0 {
-       vin-supply = <&dcdc2_reg>;
-};
-
 &ricoh619 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_ricoh_gpio>;