tfp410.txt 616 B

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