From b43186dba1b5e2beadc5d38c40c9ef0bb5615d58 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Thu, 8 Jun 2017 17:31:22 +0200 Subject: [PATCH] ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes Add HDMI nodes for the Khadas Vim board. Signed-off-by: Neil Armstrong Signed-off-by: Kevin Hilman --- .../amlogic/meson-gxl-s905x-khadas-vim.dts | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts index 6a81f0168da5..72c5a9f64ca8 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts @@ -54,6 +54,29 @@ linux,default-trigger = "default-on"; }; }; + + hdmi-connector { + compatible = "hdmi-connector"; + type = "a"; + + port { + hdmi_connector_in: endpoint { + remote-endpoint = <&hdmi_tx_tmds_out>; + }; + }; + }; +}; + +&hdmi_tx { + status = "okay"; + pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>; + pinctrl-names = "default"; +}; + +&hdmi_tx_tmds_port { + hdmi_tx_tmds_out: endpoint { + remote-endpoint = <&hdmi_connector_in>; + }; }; &i2c_A { -- 2.39.5