arm64: dts: exynos: add OF graph between MHL and USB connector
authorAndrzej Hajda <a.hajda@samsung.com>
Tue, 27 Feb 2018 07:11:32 +0000 (08:11 +0100)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:27 +0000 (14:56 +0900)
OF graph describes MHL data lanes between MHL and respective USB
connector.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

index 842a13b..0b075be 100644 (file)
                clocks = <&pmu_system_controller 0>;
                clock-names = "xtal";
 
-               port {
-                       mhl_to_hdmi: endpoint {
-                               remote-endpoint = <&hdmi_to_mhl>;
+               ports {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+
+                       port@0 {
+                               reg = <0>;
+                               mhl_to_hdmi: endpoint {
+                                       remote-endpoint = <&hdmi_to_mhl>;
+                               };
+                       };
+
+                       port@1 {
+                               reg = <1>;
+                               mhl_to_musb_con: endpoint {
+                                       remote-endpoint = <&musb_con_to_mhl>;
+                               };
                        };
                };
        };
                                             "usb-b-connector";
                                label = "micro-USB";
                                type = "micro";
+
+                               ports {
+                                       #address-cells = <1>;
+                                       #size-cells = <0>;
+
+                                       port@3 {
+                                               reg = <3>;
+                                               musb_con_to_mhl: endpoint {
+                                                       remote-endpoint = <&mhl_to_musb_con>;
+                                               };
+                                       };
+                               };
                        };
                };