slave.txt 500 B

123456789101112131415161718
  1. Device-Tree bindings for tilcdc DRM encoder slave output driver
  2. Required properties:
  3. - compatible: value should be "ti,tilcdc,slave".
  4. - i2c: the phandle for the i2c device the encoder slave is connected to
  5. Recommended properties:
  6. - pinctrl-names, pinctrl-0: the pincontrol settings to configure
  7. muxing properly for pins that connect to TFP410 device
  8. Example:
  9. hdmi {
  10. compatible = "ti,tilcdc,slave";
  11. i2c = <&i2c0>;
  12. pinctrl-names = "default";
  13. pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
  14. };