1Device-Tree bindings for tilcdc DRM TFP410 output driver
2
3Required properties:
4 - compatible: value should be "ti,tilcdc,tfp410".
5 - i2c: the phandle for the i2c device to use for DDC
6
7Recommended 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
13Example:
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	};
22