Commit 163cb917 authored by Doug Anderson's avatar Doug Anderson Committed by Heiko Stuebner
Browse files

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: default avatarDoug Anderson <dianders@chromium.org>
Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent beb4b3f5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -90,3 +90,7 @@
		};
	};
};

&usb_host0_ehci {
	status = "okay";
};