[PATCH 07/47] ARM: dts: porter: Fix HDMI output routing
Simon Horman
horms+renesas at verge.net.au
Fri Mar 16 09:38:04 PDT 2018
From: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
The HDMI encoder is connected to the RGB output of the DU, which is
port at 0, not port at 1. Fix the incorrect DT description.
Fixes: c5af8a4248d3 ("ARM: dts: porter: add DU DT support")
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
---
arch/arm/boot/dts/r8a7791-porter.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at 1 {
+ port at 0 {
endpoint {
remote-endpoint = <&adv7511_in>;
};
--
2.11.0
More information about the linux-arm-kernel
mailing list