Bind usb host and otg vbus to its source.

Signed-off-by: Kever Yang <[email protected]>
---

 arch/arm/dts/rk3036-sdk.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/dts/rk3036-sdk.dts b/arch/arm/dts/rk3036-sdk.dts
index bdc7b98..6754625 100644
--- a/arch/arm/dts/rk3036-sdk.dts
+++ b/arch/arm/dts/rk3036-sdk.dts
@@ -51,10 +51,12 @@
 };
 
 &usb_host {
+       vbus-supply = <&vcc5v0_host>;
        status = "okay";
 };
 
 &usb_otg {
+       vbus-supply = <&vcc5v0_otg>;
        status = "okay";
 };
 
-- 
1.9.1

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to