Commit 95b840af authored by Sjoerd Simons's avatar Sjoerd Simons Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: Setup usb vbus-supply on rk3288-rock2



Now that the rockchip usb phy has a vbus-supply property use that to
control the vbus regulator on rock2.

Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 2ea659a9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";
};