Commit d4b78db6 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

ARM: dts: porter: Fix HDMI output routing



The HDMI encoder is connected to the RGB output of the DU, which is
port@0, not port@1. Fix the incorrect DT description.

Fixes: c5af8a42 ("ARM: dts: porter: add DU DT support")
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 7d167182
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -425,7 +425,7 @@
		      "dclkin.0", "dclkin.1";

	ports {
		port@1 {
		port@0 {
			endpoint {
				remote-endpoint = <&adv7511_in>;
			};