diff options
Diffstat (limited to 'Documentation/devicetree/bindings')
-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 | }; | ||