About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / drm / tilcdc / tfp410.txt


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

1	Device-Tree bindings for tilcdc DRM TFP410 output driver
2	
3	Required properties:
4	 - compatible: value should be "ti,tilcdc,tfp410".
5	 - i2c: the phandle for the i2c device to use for DDC
6	
7	Recommended properties:
8	 - pinctrl-names, pinctrl-0: the pincontrol settings to configure
9	   muxing properly for pins that connect to TFP410 device
10	 - powerdn-gpio: the powerdown GPIO, pulled low to power down the
11	   TFP410 device (for DPMS_OFF)
12	
13	Example:
14	
15		dvicape {
16			compatible = "ti,tilcdc,tfp410";
17			i2c = <&i2c2>;
18			pinctrl-names = "default";
19			pinctrl-0 = <&bone_dvi_cape_dvi_00A1_pins>;
20			powerdn-gpio = <&gpio2 31 0>;
21		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog