ARM: dts: Enable USB host0 (EHCI) on rk3288-evb
authorDoug Anderson <dianders@chromium.org>
Wed, 30 Jul 2014 20:00:12 +0000 (13:00 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 31 Jul 2014 03:35:38 +0000 (05:35 +0200)
This is the top USB port on the evb (the one closest to the Ethernet
connector).

Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-evb.dtsi

index e6c5b03..4f57209 100644 (file)
@@ -90,3 +90,7 @@
                };
        };
 };
+
+&usb_host0_ehci {
+       status = "okay";
+};