arm: dts: rk322x-android: enable usb otg controller and its phy

Change-Id: Ie03c7fe388360b0285d2a6eb0a455f5ed28e74c4
Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
William Wu
2017-05-05 17:41:00 +08:00
committed by Huang, Tao
parent e0aba42215
commit 842bf8ea5a

View File

@@ -83,6 +83,10 @@
&u2phy0 {
status = "okay";
u2phy0_otg: otg-port {
status = "okay";
};
u2phy0_host: host-port {
status = "okay";
};
@@ -123,3 +127,7 @@
&usb_host2_ohci {
status = "okay";
};
&usb_otg {
status = "okay";
};