Skip to content

Commit 719646b

Browse files
panickingmmind
authored andcommitted
ARM: dts: rockchip: Fix VBUS on rk3288-vyasa
Connect the voltage regulator of vbus to the otg connector. Depending on the current mode this is enabled (in "host" mode") or disabled (in "peripheral" mode). The regulator must be updated if the controller is configured in "otg" mode and the status changes between "host" and "peripheral". Signed-off-by: Michael Trimarchi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent afd9eb8 commit 719646b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm/boot/dts/rk3288-vyasa.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@
9999
pinctrl-0 = <&otg_vbus_drv>;
100100
regulator-min-microvolt = <5000000>;
101101
regulator-max-microvolt = <5000000>;
102-
regulator-always-on;
103-
regulator-boot-on;
104102
vin-supply = <&vsus_5v>;
105103
};
106104

@@ -416,6 +414,7 @@
416414
};
417415

418416
&usb_otg {
417+
vbus-supply = <&vusb1_5v>;
419418
status = "okay";
420419
};
421420

0 commit comments

Comments
 (0)