About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

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


Based on kernel version 4.1. Page generated on 2015-06-28 12:09 EST.

1	Device-Tree bindings for tilcdc DRM encoder slave output driver
2	
3	Required properties:
4	 - compatible: value should be "ti,tilcdc,slave".
5	 - i2c: the phandle for the i2c device the encoder slave is connected to
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	
11	Example:
12	
13		hdmi {
14			compatible = "ti,tilcdc,slave";
15			i2c = <&i2c0>;
16			pinctrl-names = "default";
17			pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
18		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog