mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
07b6565feb
Add DT binding documentation for Analog TV Connector. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit@ti.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
26 lines
399 B
Plaintext
26 lines
399 B
Plaintext
Analog TV Connector
|
|
===================
|
|
|
|
Required properties:
|
|
- compatible: "composite-connector" or "svideo-connector"
|
|
|
|
Optional properties:
|
|
- label: a symbolic name for the connector
|
|
|
|
Required nodes:
|
|
- Video port for TV input
|
|
|
|
Example
|
|
-------
|
|
|
|
tv: connector {
|
|
compatible = "composite-connector";
|
|
label = "tv";
|
|
|
|
port {
|
|
tv_connector_in: endpoint {
|
|
remote-endpoint = <&venc_out>;
|
|
};
|
|
};
|
|
};
|