Skip to content

Commit 6f8e0ac

Browse files
GateworksShawn Guo
authored andcommitted
arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix USB vbus regulator
When using usb-conn-gpio to control USB role and VBUS, the vbus-supply property must be present in the usb-conn-gpio node. Additionally it should not be present in the phy node as that isn't what controls vbus and will upset the use count. This resolves an issue where VBUS is enabled with OTG in peripheral mode. Fixes: ad9a12f ("arm64: dts: imx8mp-venice: Fix USB connector description") Signed-off-by: Tim Harvey <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 8cb10cb commit 6f8e0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
pinctrl-0 = <&pinctrl_usbcon1>;
1515
type = "micro";
1616
label = "otg";
17+
vbus-supply = <&reg_usb1_vbus>;
1718
id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
1819

1920
port {
@@ -202,7 +203,6 @@
202203
};
203204

204205
&usb3_phy0 {
205-
vbus-supply = <&reg_usb1_vbus>;
206206
status = "okay";
207207
};
208208

0 commit comments

Comments
 (0)