From: Dmitry Lifshitz Date: Tue, 1 Dec 2015 18:03:19 +0000 (+0200) Subject: ARM: dts: am57xx: compulab-sb-som: add HDMI connector X-Git-Tag: v4.5-rc1~43^2~34^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2e567d1c50d99aa63d2b7dd4dc25cff95a64d0db;p=karo-tx-linux.git ARM: dts: am57xx: compulab-sb-som: add HDMI connector Add HDMI connector node without a valid input endpoint. CompuLab SB-SOM is a carrier board, hence the endpoint should be added in the board DT with a valid HDMI output. Signed-off-by: Dmitry Lifshitz Acked-by: Igor Grinberg Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/compulab-sb-som.dtsi b/arch/arm/boot/dts/compulab-sb-som.dtsi index 402a143c85c8..93d7e235bc80 100644 --- a/arch/arm/boot/dts/compulab-sb-som.dtsi +++ b/arch/arm/boot/dts/compulab-sb-som.dtsi @@ -39,4 +39,11 @@ pixelclk-active = <1>; }; }; + + hdmi_conn: connector@0 { + compatible = "hdmi-connector"; + label = "hdmi"; + + type = "a"; + }; };