repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
display
/
connector
/
analog-tv-connector.txt
blob
0c0970c210ab7be0c2a52ba4a977a0de8ddd0d5a
1
Analog TV Connector
2
===================
3
4
Required properties:
5
- compatible: "composite-video-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-video-connector";
18
label = "tv";
19
20
port {
21
tv_connector_in: endpoint {
22
remote-endpoint = <&venc_out>;
23
};
24
};
25
};