diff mbox

[v2,05/12] ARM: dts: porter: Fix HDMI output routing

Message ID 20180112231430.26943-6-laurent.pinchart+renesas@ideasonboard.com (mailing list archive)
State Accepted
Commit d4b78db6ac3e084e2bdc57d5518bd247c727f396
Delegated to: Simon Horman
Headers show

Commit Message

Laurent Pinchart Jan. 12, 2018, 11:14 p.m. UTC
The HDMI encoder is connected to the RGB output of the DU, which is
port@0, not port@1. Fix the incorrect DT description.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/r8a7791-porter.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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>;
 			};