From: Neil Armstrong Date: Thu, 8 Jun 2017 15:31:23 +0000 (+0200) Subject: ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes X-Git-Tag: v4.13-rc1~165^2~17^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27f87bd2900b1a95d9c8e25deeb9768cf3fdcc4e;p=karo-tx-linux.git ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes Add HDMI and CVBS nodes for the Amlogic P212 reference board. Signed-off-by: Neil Armstrong Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts index db31e093f40e..6ab17c1eeefd 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts @@ -58,6 +58,17 @@ }; }; }; + + hdmi-connector { + compatible = "hdmi-connector"; + type = "a"; + + port { + hdmi_connector_in: endpoint { + remote-endpoint = <&hdmi_tx_tmds_out>; + }; + }; + }; }; &cvbs_vdac_port { @@ -66,6 +77,18 @@ }; }; +&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>; + }; +}; + /* This UART is brought out to the DB9 connector */ &uart_AO { status = "okay";