summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288-vyasa.dts
diff options
context:
space:
mode:
authorMichael Trimarchi <michael@amarulasolutions.com>2020-07-07 13:12:14 +0300
committerHeiko Stuebner <heiko@sntech.de>2020-07-18 18:13:43 +0300
commit719646b76a41b8a482f8701825b635e9710ab329 (patch)
tree3b9b98c655da33fd4c5b6f54928da08a32be7969 /arch/arm/boot/dts/rk3288-vyasa.dts
parentafd9eb88041409e0f311730f23e8fe6921e74cb8 (diff)
downloadlinux-719646b76a41b8a482f8701825b635e9710ab329.tar.xz
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 <michael@amarulasolutions.com> Link: https://lore.kernel.org/r/20200707101214.2301768-1-michael@amarulasolutions.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-vyasa.dts')
-rw-r--r--arch/arm/boot/dts/rk3288-vyasa.dts3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3288-vyasa.dts b/arch/arm/boot/dts/rk3288-vyasa.dts
index 385dd59393e1..1a20854a1317 100644
--- a/arch/arm/boot/dts/rk3288-vyasa.dts
+++ b/arch/arm/boot/dts/rk3288-vyasa.dts
@@ -99,8 +99,6 @@
pinctrl-0 = <&otg_vbus_drv>;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
- regulator-always-on;
- regulator-boot-on;
vin-supply = <&vsus_5v>;
};
@@ -416,6 +414,7 @@
};
&usb_otg {
+ vbus-supply = <&vusb1_5v>;
status = "okay";
};