summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/rk3288-rock2-square.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/rk3288-rock2-square.dts')
-rw-r--r--dts/src/arm/rk3288-rock2-square.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/dts/src/arm/rk3288-rock2-square.dts b/dts/src/arm/rk3288-rock2-square.dts
index a23a94811b..8ed25e9f60 100644
--- a/dts/src/arm/rk3288-rock2-square.dts
+++ b/dts/src/arm/rk3288-rock2-square.dts
@@ -125,10 +125,6 @@
gpio = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&host_vbus_drv>;
- /* Always on as the rockchip usb phy doesn't have a vbus-supply
- * property
- */
- regulator-always-on;
regulator-name = "vcc_host";
};
@@ -279,6 +275,10 @@
status = "okay";
};
+&usbphy1 {
+ vbus-supply = <&vcc_usb_host>;
+};
+
&usb_host0_ehci {
status = "okay";
};