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

View file

@ -177,3 +177,7 @@ host_vbus_drv: host-vbus-drv {
&usb_host0_ehci {
status = "okay";
};
&usb_host1 {
status = "okay";
};