Skip to content

Commit d4918eb

Browse files
Anson-HuangShawn Guo
authored andcommitted
ARM: dts: imx6sx-sdb: 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: 37a4bde ("ARM: dts: imx6sx-sdb: 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 4521de3 commit d4918eb

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

arch/arm/boot/dts/imx6sx-sdb-reva.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@
159159
vin-supply = <&vgen6_reg>;
160160
};
161161

162-
&reg_vdd3p0 {
163-
vin-supply = <&sw2_reg>;
164-
};
165-
166162
&reg_vdd2p5 {
167163
vin-supply = <&vgen6_reg>;
168164
};

arch/arm/boot/dts/imx6sx-sdb.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@
141141
vin-supply = <&vgen6_reg>;
142142
};
143143

144-
&reg_vdd3p0 {
145-
vin-supply = <&sw2_reg>;
146-
};
147-
148144
&reg_vdd2p5 {
149145
vin-supply = <&vgen6_reg>;
150146
};

0 commit comments

Comments
 (0)