arm64: dts: rockchip: use extcon for usb2/usb3 on rk3399 evb/box
authorWu Liang feng <wulf@rock-chips.com>
Wed, 17 Aug 2016 06:50:19 +0000 (14:50 +0800)
committerWu Liang feng <wulf@rock-chips.com>
Wed, 17 Aug 2016 10:49:54 +0000 (18:49 +0800)
Change-Id: I582381af1dfc5c7bb06736d3a92d2636b1523863
Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-box.dtsi
arch/arm64/boot/dts/rockchip/rk3399-evb.dtsi

index c1033a8669d37fc118619b1bc2642160ea4f32e7..f7f87502299851a2d076170766de771ab2f631ed 100644 (file)
 };
 
 &usbdrd3_0 {
+       extcon = <&fusb0>;
        status = "okay";
 };
 
 &usbdrd_dwc3_0 {
        dr_mode = "peripheral";
-       extcon = <&fusb0>;
        status = "okay";
 };
 
index 81442ad187e4504ed605319fc90df7fac54e0ad5..984358b0160acc7883d77762e66073c601c7c54c 100644 (file)
 
 &u2phy0 {
        status = "okay";
+       extcon = <&fusb0>;
 
        u2phy0_otg: otg-port {
                status = "okay";
 
 &u2phy1 {
        status = "okay";
+       extcon = <&fusb1>;
 
        u2phy1_otg: otg-port {
                status = "okay";
 };
 
 &usbdrd3_0 {
+       extcon = <&fusb0>;
        status = "okay";
 };
 
 };
 
 &usbdrd3_1 {
+       extcon = <&fusb1>;
        status = "okay";
 };