ARM: dts: Enable USB host1(dwc) on rk3288-evb

USB host1 port is the host A port nearby the otg port.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Kever Yang 2014-08-08 11:55:59 +08:00 committed by Heiko Stuebner
parent 12dd3653ae
commit ddf8303f8d
1 changed files with 4 additions and 0 deletions

View File

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