提交 bdae4470 编写于 作者: C Chen-Yu Tsai

ARM: dts: sun[47]i: Fix display backend 1 output to TCON0 remote endpoint

There is a copy-paste error in the display pipeline device tree graph.
The remote endpoint of the display backend 1's output to TCON0 points
to the wrong endpoint. This will result in the driver incorrectly
parsing the relationship of the components.
Reported-by: NAndrea Venturi <ennesimamail.av@gmail.com>
Fixes: 0df4cf33 ("ARM: dts: sun4i: Add device nodes for display
		      pipelines")
Fixes: 5b92b29b ("ARM: dts: sun7i: Add device nodes for display
		      pipelines")
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 eac6a363
......@@ -1104,7 +1104,7 @@
be1_out_tcon0: endpoint@0 {
reg = <0>;
remote-endpoint = <&tcon1_in_be0>;
remote-endpoint = <&tcon0_in_be1>;
};
be1_out_tcon1: endpoint@1 {
......
......@@ -1354,7 +1354,7 @@
be1_out_tcon0: endpoint@0 {
reg = <0>;
remote-endpoint = <&tcon1_in_be0>;
remote-endpoint = <&tcon0_in_be1>;
};
be1_out_tcon1: endpoint@1 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册