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

Commit e684175e authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

Doc/DT: Add DT binding documentation for HDMI Connector



Add DT binding documentation for HDMI Connector.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: default avatarArchit Taneja <archit@ti.com>
Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent b987fade
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
HDMI Connector
==============

Required properties:
- compatible: "hdmi-connector"
- type: the HDMI connector type: "a", "b", "c", "d" or "e"

Optional properties:
- label: a symbolic name for the connector

Required nodes:
- Video port for HDMI input

Example
-------

hdmi0: connector@1 {
	compatible = "hdmi-connector";
	label = "hdmi";

	type = "a";

	port {
		hdmi_connector_in: endpoint {
			remote-endpoint = <&tpd12s015_out>;
		};
	};
};