diff options
| -rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi index a1e3194b7483..95cbf5f0921d 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | |||
| @@ -868,6 +868,14 @@ | |||
| 868 | }; | 868 | }; |
| 869 | }; | 869 | }; |
| 870 | }; | 870 | }; |
| 871 | |||
| 872 | ports { | ||
| 873 | port { | ||
| 874 | muic_to_usb: endpoint { | ||
| 875 | remote-endpoint = <&usb_to_muic>; | ||
| 876 | }; | ||
| 877 | }; | ||
| 878 | }; | ||
| 871 | }; | 879 | }; |
| 872 | 880 | ||
| 873 | regulators { | 881 | regulators { |
| @@ -1283,12 +1291,17 @@ | |||
| 1283 | 1291 | ||
| 1284 | &usbdrd_dwc3 { | 1292 | &usbdrd_dwc3 { |
| 1285 | dr_mode = "otg"; | 1293 | dr_mode = "otg"; |
| 1286 | extcon = <&muic>; | ||
| 1287 | }; | 1294 | }; |
| 1288 | 1295 | ||
| 1289 | &usbdrd30_phy { | 1296 | &usbdrd30_phy { |
| 1290 | vbus-supply = <&safeout1_reg>; | 1297 | vbus-supply = <&safeout1_reg>; |
| 1291 | status = "okay"; | 1298 | status = "okay"; |
| 1299 | |||
| 1300 | port { | ||
| 1301 | usb_to_muic: endpoint { | ||
| 1302 | remote-endpoint = <&muic_to_usb>; | ||
| 1303 | }; | ||
| 1304 | }; | ||
| 1292 | }; | 1305 | }; |
| 1293 | 1306 | ||
| 1294 | &xxti { | 1307 | &xxti { |
