ptn3460.txt 872 B

123456789101112131415161718192021222324252627
  1. ptn3460 bridge bindings
  2. Required properties:
  3. - compatible: "nxp,ptn3460"
  4. - reg: i2c address of the bridge
  5. - powerdown-gpio: OF device-tree gpio specification
  6. - reset-gpio: OF device-tree gpio specification
  7. - edid-emulation: The EDID emulation entry to use
  8. +-------+------------+------------------+
  9. | Value | Resolution | Description |
  10. | 0 | 1024x768 | NXP Generic |
  11. | 1 | 1920x1080 | NXP Generic |
  12. | 2 | 1920x1080 | NXP Generic |
  13. | 3 | 1600x900 | Samsung LTM200KT |
  14. | 4 | 1920x1080 | Samsung LTM230HT |
  15. | 5 | 1366x768 | NXP Generic |
  16. | 6 | 1600x900 | ChiMei M215HGE |
  17. +-------+------------+------------------+
  18. Example:
  19. lvds-bridge@20 {
  20. compatible = "nxp,ptn3460";
  21. reg = <0x20>;
  22. powerdown-gpio = <&gpy2 5 1 0 0>;
  23. reset-gpio = <&gpx1 5 1 0 0>;
  24. edid-emulation = <5>;
  25. };