瀏覽代碼

arm64: dts: exynos: Add OF graph between USB-PHY and MUIC

OF graph describes USB data lanes between USB-PHY and respective MUIC.
Since graph is present and DWC driver can use it to get extcon, obsolete
extcon property can be removed.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Andrzej Hajda 6 年之前
父節點
當前提交
24966d4c61
共有 1 個文件被更改,包括 14 次插入1 次删除
  1. 14 1
      arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

+ 14 - 1
arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

@@ -868,6 +868,14 @@
 					};
 					};
 				};
 				};
 			};
 			};
+
+			ports {
+				port {
+					muic_to_usb: endpoint {
+						remote-endpoint = <&usb_to_muic>;
+					};
+				};
+			};
 		};
 		};
 
 
 		regulators {
 		regulators {
@@ -1283,12 +1291,17 @@
 
 
 &usbdrd_dwc3 {
 &usbdrd_dwc3 {
 	dr_mode = "otg";
 	dr_mode = "otg";
-	extcon = <&muic>;
 };
 };
 
 
 &usbdrd30_phy {
 &usbdrd30_phy {
 	vbus-supply = <&safeout1_reg>;
 	vbus-supply = <&safeout1_reg>;
 	status = "okay";
 	status = "okay";
+
+	port {
+		usb_to_muic: endpoint {
+			remote-endpoint = <&muic_to_usb>;
+		};
+	};
 };
 };
 
 
 &xxti {
 &xxti {