mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 09:24:37 +07:00
Doc/DT: Add DT binding documentation for Analog TV Connector
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>
This commit is contained in:
parent
cbab579bf8
commit
07b6565feb
@ -0,0 +1,25 @@
|
|||||||
|
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>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user