diff options
author | Laurent Pinchart | 2018-01-13 01:14:23 +0200 |
---|---|---|
committer | Simon Horman | 2018-02-12 13:50:56 +0100 |
commit | d4b78db6ac3e084e2bdc57d5518bd247c727f396 (patch) | |
tree | 9ba3e48f1fbbd5843497dc7540fbaec1e3dce6e3 /arch/arm/boot/dts/r8a7791-porter.dts | |
parent | 7d1671828696650db6123ab1d7a592a0bbf42ff2 (diff) |
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: 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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-porter.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-porter.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index eb374956294f..9a02d03b23c2 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -425,7 +425,7 @@ "dclkin.0", "dclkin.1"; ports { - port@1 { + port@0 { endpoint { remote-endpoint = <&adv7511_in>; }; |