ARM: dts: rockchip: enable usb host for rk3128-evb

This patch enables usb ehci/ohci host for rk3128-evb board.

Change-Id: Ibc1a43a437c5ad0bdfaf17f2e424ca6b5689fbf8
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
This commit is contained in:
Frank Wang 2017-10-19 10:38:05 +08:00 committed by Kever Yang
parent 163744ea5b
commit 642aba94af
1 changed files with 9 additions and 0 deletions

View File

@ -50,7 +50,16 @@
};
};
&usb_host_ehci {
status = "okay";
};
&usb_host_ohci {
status = "okay";
};
&usb_otg {
vbus-supply = <&vcc5v0_otg>;
status = "okay";
};