arm: dts: rk322x-android: enable usb otg controller and its phy
authorWilliam Wu <william.wu@rock-chips.com>
Fri, 5 May 2017 09:41:00 +0000 (17:41 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 8 May 2017 02:14:07 +0000 (10:14 +0800)
Change-Id: Ie03c7fe388360b0285d2a6eb0a455f5ed28e74c4
Signed-off-by: William Wu <william.wu@rock-chips.com>
arch/arm/boot/dts/rk322x-android.dtsi

index 7341e5dcc5ebba61fc494c348e3b43524c33ec71..3fcc30606bb581546042e4ffc23ff39b08b2aa75 100644 (file)
 &u2phy0 {
        status = "okay";
 
+       u2phy0_otg: otg-port {
+               status = "okay";
+       };
+
        u2phy0_host: host-port {
                status = "okay";
        };
 &usb_host2_ohci {
        status = "okay";
 };
+
+&usb_otg {
+       status = "okay";
+};