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.14-rc1~3962^2~34^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e567d1c50d99aa63d2b7dd4dc25cff95a64d0db;p=platform%2Fkernel%2Flinux-rpi.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 402a143..93d7e23 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"; + }; };