arm64: dts: rockchip: use extcon for usb2/usb3 on rk3399 evb/box

Change-Id: I582381af1dfc5c7bb06736d3a92d2636b1523863
Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
This commit is contained in:
Wu Liang feng
2016-08-17 14:50:19 +08:00
parent 64b639e070
commit 46d830bccd
2 changed files with 5 additions and 1 deletions

View File

@@ -784,12 +784,12 @@
};
&usbdrd3_0 {
extcon = <&fusb0>;
status = "okay";
};
&usbdrd_dwc3_0 {
dr_mode = "peripheral";
extcon = <&fusb0>;
status = "okay";
};

View File

@@ -397,6 +397,7 @@
&u2phy0 {
status = "okay";
extcon = <&fusb0>;
u2phy0_otg: otg-port {
status = "okay";
@@ -410,6 +411,7 @@
&u2phy1 {
status = "okay";
extcon = <&fusb1>;
u2phy1_otg: otg-port {
status = "okay";
@@ -448,6 +450,7 @@
};
&usbdrd3_0 {
extcon = <&fusb0>;
status = "okay";
};
@@ -456,6 +459,7 @@
};
&usbdrd3_1 {
extcon = <&fusb1>;
status = "okay";
};