Commit b7423e39 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: Remove empty lvds endpoints



Endpoints node must have a remote-endpoint property, as endpoints only
exist to model a link between ports. Drop the empty lvds endpoints from
SoC dtsi files, they should be instead declared in the board dts or in
overlays.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: default avatarKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Link: https://lore.kernel.org/r/20220424161228.8147-1-laurent.pinchart+renesas@ideasonboard.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 094ff348
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2776,8 +2776,6 @@ lvds0_in: endpoint {
				};
				port@1 {
					reg = <1>;
					lvds0_out: endpoint {
					};
				};
			};
		};
+0 −2
Original line number Diff line number Diff line
@@ -2621,8 +2621,6 @@ lvds0_in: endpoint {
				};
				port@1 {
					reg = <1>;
					lvds0_out: endpoint {
					};
				};
			};
		};
+0 −4
Original line number Diff line number Diff line
@@ -1914,8 +1914,6 @@ lvds0_in: endpoint {

				port@1 {
					reg = <1>;
					lvds0_out: endpoint {
					};
				};
			};
		};
@@ -1941,8 +1939,6 @@ lvds1_in: endpoint {

				port@1 {
					reg = <1>;
					lvds1_out: endpoint {
					};
				};
			};
		};
+0 −2
Original line number Diff line number Diff line
@@ -2895,8 +2895,6 @@ lvds0_in: endpoint {
				};
				port@1 {
					reg = <1>;
					lvds0_out: endpoint {
					};
				};
			};
		};
+0 −2
Original line number Diff line number Diff line
@@ -3395,8 +3395,6 @@ lvds0_in: endpoint {
				};
				port@1 {
					reg = <1>;
					lvds0_out: endpoint {
					};
				};
			};
		};
Loading