Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e567d1c authored by Dmitry Lifshitz's avatar Dmitry Lifshitz Committed by Tony Lindgren
Browse files

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: default avatarDmitry Lifshitz <lifshitz@compulab.co.il>
Acked-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 85f99c75
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -39,4 +39,11 @@
			pixelclk-active = <1>;
		};
	};

	hdmi_conn: connector@0 {
		compatible = "hdmi-connector";
		label = "hdmi";

		type = "a";
	};
};