]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/display/tilcdc/tfp410.txt
Merge remote-tracking branch 'y2038/y2038'
[karo-tx-linux.git] / Documentation / devicetree / bindings / display / tilcdc / tfp410.txt
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         };