aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi18
1 files changed, 15 insertions, 3 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..f3ed4c078ba5 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 {
@@ -939,8 +947,7 @@
939 status = "okay"; 947 status = "okay";
940 cap-sd-highspeed; 948 cap-sd-highspeed;
941 disable-wp; 949 disable-wp;
942 cd-gpios = <&gpa2 4 GPIO_ACTIVE_HIGH>; 950 cd-gpios = <&gpa2 4 GPIO_ACTIVE_LOW>;
943 cd-inverted;
944 card-detect-delay = <200>; 951 card-detect-delay = <200>;
945 samsung,dw-mshc-ciu-div = <3>; 952 samsung,dw-mshc-ciu-div = <3>;
946 samsung,dw-mshc-sdr-timing = <0 4>; 953 samsung,dw-mshc-sdr-timing = <0 4>;
@@ -1283,12 +1290,17 @@
1283 1290
1284&usbdrd_dwc3 { 1291&usbdrd_dwc3 {
1285 dr_mode = "otg"; 1292 dr_mode = "otg";
1286 extcon = <&muic>;
1287}; 1293};
1288 1294
1289&usbdrd30_phy { 1295&usbdrd30_phy {
1290 vbus-supply = <&safeout1_reg>; 1296 vbus-supply = <&safeout1_reg>;
1291 status = "okay"; 1297 status = "okay";
1298
1299 port {
1300 usb_to_muic: endpoint {
1301 remote-endpoint = <&muic_to_usb>;
1302 };
1303 };
1292}; 1304};
1293 1305
1294&xxti { 1306&xxti {