arm64: dts: rockchip: use extcon for usb2/usb3 on rk3399 mid board
authorBin Yang <yangbin@rock-chips.com>
Thu, 18 Aug 2016 01:39:55 +0000 (09:39 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 18 Aug 2016 10:23:38 +0000 (18:23 +0800)
Change-Id: I883fb6da8e9b136e6d94213a6675b8de9e131380
Signed-off-by: Bin Yang <yangbin@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-mid-818-android.dts

index 3390a1508cff81b6c93154e9cc2e4e9fcb94d768..d6329850587d5e92a8de08b10748425e972d643b 100644 (file)
 
 &u2phy0 {
        status = "okay";
+       extcon = <&fusb0>;
 
        u2phy0_otg: otg-port {
                status = "okay";
        };
+
+       u2phy0_host: host-port {
+               phy-supply = <&vcc5v0_host>;
+               status = "okay";
+       };
 };
 
 &u2phy1 {
        u2phy1_otg: otg-port {
                status = "okay";
        };
-
-       u2phy1_host: host-port {
-               phy-supply = <&vcc5v0_host>;
-               status = "okay";
-       };
 };
 
 &uart0 {
 };
 
 &usbdrd3_0 {
+       extcon = <&fusb0>;
        status = "okay";
 };