diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-01-21 04:17:08 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-03-19 06:36:03 -0400 |
commit | 07b6565febbfcfde72450de56123a16333220cd6 (patch) | |
tree | 3a60a6dc431bf81d662c3f6363817cd6e6c54b16 /Documentation | |
parent | cbab579bf8e2bc36a0e74bc11066660b6776493f (diff) |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/video/analog-tv-connector.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/analog-tv-connector.txt b/Documentation/devicetree/bindings/video/analog-tv-connector.txt new file mode 100644 index 000000000000..0218fcdc1299 --- /dev/null +++ b/Documentation/devicetree/bindings/video/analog-tv-connector.txt | |||
@@ -0,0 +1,25 @@ | |||
1 | Analog TV Connector | ||
2 | =================== | ||
3 | |||
4 | Required properties: | ||
5 | - compatible: "composite-connector" or "svideo-connector" | ||
6 | |||
7 | Optional properties: | ||
8 | - label: a symbolic name for the connector | ||
9 | |||
10 | Required nodes: | ||
11 | - Video port for TV input | ||
12 | |||
13 | Example | ||
14 | ------- | ||
15 | |||
16 | tv: connector { | ||
17 | compatible = "composite-connector"; | ||
18 | label = "tv"; | ||
19 | |||
20 | port { | ||
21 | tv_connector_in: endpoint { | ||
22 | remote-endpoint = <&venc_out>; | ||
23 | }; | ||
24 | }; | ||
25 | }; | ||