ARM: dts: porter: Fix HDMI output routing
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 12 Jan 2018 23:14:23 +0000 (01:14 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 12 Feb 2018 12:50:56 +0000 (13:50 +0100)
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: c5af8a4248d3 ("ARM: dts: porter: add DU DT support")
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791-porter.dts

index eb374956294f6983bf0132d8e83da7a3a0a6100b..9a02d03b23c2b7e9dbd46d3255efb841f698bc83 100644 (file)
                      "dclkin.0", "dclkin.1";
 
        ports {
-               port@1 {
+               port@0 {
                        endpoint {
                                remote-endpoint = <&adv7511_in>;
                        };