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

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
...@@ -425,7 +425,7 @@ &du { ...@@ -425,7 +425,7 @@ &du {
"dclkin.0", "dclkin.1"; "dclkin.0", "dclkin.1";
ports { ports {
port@1 { port@0 {
endpoint { endpoint {
remote-endpoint = <&adv7511_in>; remote-endpoint = <&adv7511_in>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment