About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / video / dvi-connector.txt


Based on kernel version 4.3. Page generated on 2015-11-02 12:47 EST.

1	DVI Connector
2	==============
3	
4	Required properties:
5	- compatible: "dvi-connector"
6	
7	Optional properties:
8	- label: a symbolic name for the connector
9	- ddc-i2c-bus: phandle to the i2c bus that is connected to DVI DDC
10	- analog: the connector has DVI analog pins
11	- digital: the connector has DVI digital pins
12	- dual-link: the connector has pins for DVI dual-link
13	
14	Required nodes:
15	- Video port for DVI input
16	
17	Note: One (or both) of 'analog' or 'digital' must be set.
18	
19	Example
20	-------
21	
22	dvi0: connector@0 {
23		compatible = "dvi-connector";
24		label = "dvi";
25	
26		digital;
27	
28		ddc-i2c-bus = <&i2c3>;
29	
30		port {
31			dvi_connector_in: endpoint {
32				remote-endpoint = <&tfp410_out>;
33			};
34		};
35	};
Hide Line Numbers


About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog