OSDN Git Service

arm64: dts: allwinner: a64: Fix display pipeline endpoints
authorMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 25 Mar 2019 13:52:46 +0000 (14:52 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 25 Mar 2019 19:58:13 +0000 (20:58 +0100)
Commit a7f7047ffcee ("arm64: dts: allwinner: a64: Add cross links for the
mixers") introduced a few errors while fixing the cross links. Make sure to
correct them.

Fixes: a7f7047ffcee ("arm64: dts: allwinner: a64: Add cross links for the mixers")
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

index 215ebb1..f1c93cd 100644 (file)
                                        #size-cells = <0>;
 
                                        mixer1_out: port@1 {
+                                               #address-cells = <1>;
+                                               #size-cells = <0>;
                                                reg = <1>;
 
                                                mixer1_out_tcon0: endpoint@0 {
 
                                        tcon0_in_mixer1: endpoint@1 {
                                                reg = <1>;
-                                               remote-endpoint = <&mixer1_out_tcon1>;
+                                               remote-endpoint = <&mixer1_out_tcon0>;
                                        };
                                };