Commit 9fd8bbef authored by Kieran Bingham's avatar Kieran Bingham Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: ulcb: Merge hdmi0_con



The remote endpoint for the hdmi connector is specfied through a
reference to the hdmi0_con endpoint, which is in the same file.

Simplify by specifying the remote-endpoint directly in the hdmi0_con
endpoint.

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


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 36959e21
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ hdmi0-out {

		port {
			hdmi0_con: endpoint {
				remote-endpoint = <&rcar_dw_hdmi0_out>;
			};
		};
	};
@@ -199,10 +200,6 @@ dw_hdmi0_snd_in: endpoint {
	};
};

&hdmi0_con {
	remote-endpoint = <&rcar_dw_hdmi0_out>;
};

&i2c2 {
	pinctrl-0 = <&i2c2_pins>;
	pinctrl-names = "default";