diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-01-09 14:21:34 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2017-01-17 09:33:38 +0100 |
commit | 2b472a3e97b134e60dc38b9f56355717953c7bd0 (patch) | |
tree | 77c02c05da91cba4da110c80bd826058419e811f /arch/arm64/boot/dts/amlogic/meson-gxl-nexbox-a95x.dts | |
parent | 863f4da8aaf2db256a8e1ed7969056715ed181bc (diff) |
ARM64: dts: meson-gx: Add support for HDMI outputamlogic/v4.10/drm-hdmi-dev-20170117-01
Add HDMI output and connector nodes.
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxl-nexbox-a95x.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-nexbox-a95x.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-nexbox-a95x.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-nexbox-a95x.dts index fb4a89b33f97..b9a3f1affb8a 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-nexbox-a95x.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-nexbox-a95x.dts @@ -127,6 +127,17 @@ }; }; }; + + hdmi-connector { + compatible = "hdmi-connector"; + type = "a"; + + port { + hdmi_connector_in: endpoint { + remote-endpoint = <&hdmi_tx_tmds_out>; + }; + }; + }; }; &uart_AO { @@ -219,3 +230,14 @@ remote-endpoint = <&cvbs_connector_in>; }; }; + +&hdmi_tx { + status = "okay"; + hpd-gpios = <&gpio GPIOH_0 0>; +}; + +&hdmi_tx_tmds_port { + hdmi_tx_tmds_out: endpoint { + remote-endpoint = <&hdmi_connector_in>; + }; +}; |