arm64: dts: rockchip: enable otg-port node of usb2-phy for rk3328-evb
authorFrank Wang <frank.wang@rock-chips.com>
Fri, 17 Feb 2017 01:34:48 +0000 (09:34 +0800)
committerFrank Wang <frank.wang@rock-chips.com>
Tue, 21 Feb 2017 02:47:23 +0000 (10:47 +0800)
This patch enable otg-port node of usb2-phy for dwc2 otg controller
on rk3328-evb board.

Change-Id: Ic6ce4beb2ba1814554e709a7d8af83a9ece9d7c9
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3328-evb.dts

index 8c9e64c72e6829736e614226619fb73e6deba510..10a983c1ffdd8eda2843979b688ac9882f126f71 100644 (file)
 };
 
 &u2phy {
 };
 
 &u2phy {
+       otg-vbus-gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
        status = "okay";
 
        u2phy_host: host-port {
                status = "okay";
        };
        status = "okay";
 
        u2phy_host: host-port {
                status = "okay";
        };
+
+       u2phy_otg: otg-port {
+               status = "okay";
+       };
 };
 
 &u3phy {
 };
 
 &u3phy {