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

arm64: dts: renesas: Remove empty rgb output endpoints



Endpoints node must have a remote-endpoint property, as endpoints only
exist to model a link between ports. Drop the empty rgb output endpoints
from SoC dtsi files, and declare them in the board dts instead.

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-2-laurent.pinchart+renesas@ideasonboard.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent b7423e39
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -272,9 +272,15 @@ &can1 {
	status = "okay";
};

&du_out_rgb {
&du {
	ports {
		port@0 {
			du_out_rgb: endpoint {
				remote-endpoint = <&rgb_panel>;
			};
		};
	};
};

&ehci0 {
	dr_mode = "otg";
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ &du {

	ports {
		port@0 {
			endpoint {
			du_out_rgb: endpoint {
				remote-endpoint = <&adv7123_in>;
			};
		};
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ &du {

	ports {
		port@0 {
			endpoint {
			du_out_rgb: endpoint {
				remote-endpoint = <&adv7123_in>;
			};
		};
+0 −2
Original line number Diff line number Diff line
@@ -2738,8 +2738,6 @@ ports {

				port@0 {
					reg = <0>;
					du_out_rgb: endpoint {
					};
				};
				port@1 {
					reg = <1>;
+0 −2
Original line number Diff line number Diff line
@@ -2583,8 +2583,6 @@ ports {

				port@0 {
					reg = <0>;
					du_out_rgb: endpoint {
					};
				};
				port@1 {
					reg = <1>;
Loading