diff options
author | 2017-06-21 12:31:33 +0300 | |
---|---|---|
committer | 2017-07-27 15:59:28 +0200 | |
commit | 3b390386d7c619ca31ef25c3d04af131795b1017 (patch) | |
tree | 8d73635b7a9f7ce0be8e13d12cc3df019c94efe2 | |
parent | arm64: dts: r8a7796: salvator-x: Add DU external dot clocks (diff) | |
download | wireguard-linux-3b390386d7c619ca31ef25c3d04af131795b1017.tar.xz wireguard-linux-3b390386d7c619ca31ef25c3d04af131795b1017.zip |
arm64: dts: r8a7796: salvator-x: Enable HDMI output
Enable the HDMI encoder for the M3-W Salvator-X board and hook it up to
the HDMI connector.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts index fe2743bcb616..b317be03306e 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts @@ -39,3 +39,20 @@ clock-names = "du.0", "du.1", "du.2", "lvds.0", "dclkin.0", "dclkin.1", "dclkin.2"; }; + +&hdmi0 { + status = "okay"; + + ports { + port@1 { + reg = <1>; + rcar_dw_hdmi0_out: endpoint { + remote-endpoint = <&hdmi0_con>; + }; + }; + }; +}; + +&hdmi0_con { + remote-endpoint = <&rcar_dw_hdmi0_out>; +}; |