Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6sl-tolino-shine3: 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.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Anson Huang and committed by
Shawn Guo
bb3bd074 819b5beb

-4
-4
arch/arm/boot/dts/imx6sl-tolino-shine3.dts
··· 290 290 vin-supply = <&dcdc2_reg>; 291 291 }; 292 292 293 - &reg_vdd3p0 { 294 - vin-supply = <&dcdc2_reg>; 295 - }; 296 - 297 293 &ricoh619 { 298 294 pinctrl-names = "default"; 299 295 pinctrl-0 = <&pinctrl_ricoh_gpio>;