Browse Source

ARM: dts: Enable USB host0 (EHCI) on rk3288-evb

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>
Doug Anderson 11 years ago
parent
commit
163cb917b8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/boot/dts/rk3288-evb.dtsi

+ 4 - 0
arch/arm/boot/dts/rk3288-evb.dtsi

@@ -90,3 +90,7 @@
 		};
 	};
 };
+
+&usb_host0_ehci {
+	status = "okay";
+};