Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lifshitz@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Dmitry Lifshitz and committed by
Tony Lindgren
2e567d1c 85f99c75

+7
+7
arch/arm/boot/dts/compulab-sb-som.dtsi
··· 39 39 pixelclk-active = <1>; 40 40 }; 41 41 }; 42 + 43 + hdmi_conn: connector@0 { 44 + compatible = "hdmi-connector"; 45 + label = "hdmi"; 46 + 47 + type = "a"; 48 + }; 42 49 };