Unverified Commit d41a43a0 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

arm64: dts: allwinner: a64: Fix display pipeline endpoints



Commit a7f7047f ("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: a7f7047f ("arm64: dts: allwinner: a64: Add cross links for the mixers")
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 26c609d5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -282,6 +282,8 @@
					#size-cells = <0>;

					mixer1_out: port@1 {
						#address-cells = <1>;
						#size-cells = <0>;
						reg = <1>;

						mixer1_out_tcon0: endpoint@0 {
@@ -372,7 +374,7 @@

					tcon0_in_mixer1: endpoint@1 {
						reg = <1>;
						remote-endpoint = <&mixer1_out_tcon1>;
						remote-endpoint = <&mixer1_out_tcon0>;
					};
				};