ARM: dts: sun8i: r40: Add missing TCON-TOP - TCON connections
authorJernej Skrabec <jernej.skrabec@siol.net>
Tue, 10 Jul 2018 20:35:08 +0000 (22:35 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 11 Jul 2018 08:29:57 +0000 (10:29 +0200)
Current R40 is missing some graph connections between TCON TOP and
TCONs.

Add them.

Fixes: 05a43a262d03 ("ARM: dts: sun8i: r40: Add HDMI pipeline")

Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts
arch/arm/boot/dts/sun8i-r40.dtsi

index 4f3d583..737cf01 100644 (file)
        regulator-name = "vcc-wifi";
 };
 
-&tcon_top_hdmi_in_tcon_tv0 {
-       remote-endpoint = <&tcon_tv0_out_tcon_top>;
-};
-
-&tcon_top_mixer0_out_tcon_tv0 {
-       remote-endpoint = <&tcon_tv0_in_tcon_top>;
-};
-
-&tcon_tv0_in {
-       tcon_tv0_in_tcon_top: endpoint {
-               remote-endpoint = <&tcon_top_mixer0_out_tcon_tv0>;
-       };
-};
-
-&tcon_tv0_out {
-       tcon_tv0_out_tcon_top: endpoint {
-               remote-endpoint = <&tcon_top_hdmi_in_tcon_tv0>;
-       };
-};
-
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_pb_pins>;
index 6b4fe8e..e5c7e48 100644 (file)
 
                                        tcon_top_mixer0_out_tcon_tv0: endpoint@2 {
                                                reg = <2>;
+                                               remote-endpoint = <&tcon_tv0_in_tcon_top_mixer0>;
                                        };
 
                                        tcon_top_mixer0_out_tcon_tv1: endpoint@3 {
                                                reg = <3>;
+                                               remote-endpoint = <&tcon_tv1_in_tcon_top_mixer0>;
                                        };
                                };
 
 
                                        tcon_top_mixer1_out_tcon_tv0: endpoint@2 {
                                                reg = <2>;
+                                               remote-endpoint = <&tcon_tv0_in_tcon_top_mixer1>;
                                        };
 
                                        tcon_top_mixer1_out_tcon_tv1: endpoint@3 {
                                                reg = <3>;
+                                               remote-endpoint = <&tcon_tv1_in_tcon_top_mixer1>;
                                        };
                                };
 
 
                                        tcon_top_hdmi_in_tcon_tv0: endpoint@0 {
                                                reg = <0>;
+                                               remote-endpoint = <&tcon_tv0_out_tcon_top>;
                                        };
 
                                        tcon_top_hdmi_in_tcon_tv1: endpoint@1 {
                                                reg = <1>;
+                                               remote-endpoint = <&tcon_tv1_out_tcon_top>;
                                        };
                                };
 
                                #size-cells = <0>;
 
                                tcon_tv0_in: port@0 {
+                                       #address-cells = <1>;
+                                       #size-cells = <0>;
                                        reg = <0>;
+
+                                       tcon_tv0_in_tcon_top_mixer0: endpoint@0 {
+                                               reg = <0>;
+                                               remote-endpoint = <&tcon_top_mixer0_out_tcon_tv0>;
+                                       };
+
+                                       tcon_tv0_in_tcon_top_mixer1: endpoint@1 {
+                                               reg = <1>;
+                                               remote-endpoint = <&tcon_top_mixer1_out_tcon_tv0>;
+                                       };
                                };
 
                                tcon_tv0_out: port@1 {
+                                       #address-cells = <1>;
+                                       #size-cells = <0>;
                                        reg = <1>;
+
+                                       tcon_tv0_out_tcon_top: endpoint@1 {
+                                               reg = <1>;
+                                               remote-endpoint = <&tcon_top_hdmi_in_tcon_tv0>;
+                                       };
                                };
                        };
                };
                                #size-cells = <0>;
 
                                tcon_tv1_in: port@0 {
+                                       #address-cells = <1>;
+                                       #size-cells = <0>;
                                        reg = <0>;
+
+                                       tcon_tv1_in_tcon_top_mixer0: endpoint@0 {
+                                               reg = <0>;
+                                               remote-endpoint = <&tcon_top_mixer0_out_tcon_tv1>;
+                                       };
+
+                                       tcon_tv1_in_tcon_top_mixer1: endpoint@1 {
+                                               reg = <1>;
+                                               remote-endpoint = <&tcon_top_mixer1_out_tcon_tv1>;
+                                       };
                                };
 
                                tcon_tv1_out: port@1 {
+                                       #address-cells = <1>;
+                                       #size-cells = <0>;
                                        reg = <1>;
+
+                                       tcon_tv1_out_tcon_top: endpoint@1 {
+                                               reg = <1>;
+                                               remote-endpoint = <&tcon_top_hdmi_in_tcon_tv1>;
+                                       };
                                };
                        };
                };