diff options
author | Vladimir Barinov <vladimir.barinov+renesas@cogentembedded.com> | 2017-07-07 05:37:48 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-07-27 16:00:09 +0200 |
commit | 2a50b40fa4edc6aa14e1afeec04aa41c0127c0c6 (patch) | |
tree | 62d1b9a37fcc5eda2af18f4dc45ac1420288b8f3 /arch/arm64/boot/dts | |
parent | 9f9b22e8c0b704c83fe4a1099ffd6f5d3971f9ac (diff) |
arm64: dts: ulcb: Enable HDMI output
Enable the HDMI encoder for ULCB board and hook it up to the HDMI connector.
The HDMI encoder and connector are available on both the H3 and M3-W ULCB boards.
Add them to the ulcb.dtsi file.
Signed-off-by: Vladimir Barinov <vladimir.barinov+renesas@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/renesas/ulcb.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi index 9f93d6087df2..6b93b42de679 100644 --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi @@ -169,6 +169,23 @@ clock-frequency = <32768>; }; +&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>; +}; + &i2c2 { pinctrl-0 = <&i2c2_pins>; pinctrl-names = "default"; |