koe,tx31d200vm0baa.txt 565 B

12345678910111213141516171819202122232425
  1. Kaohsiung Opto-Electronics. TX31D200VM0BAA 12.3" HSXGA LVDS panel
  2. This binding is compatible with the simple-panel binding, which is specified
  3. in simple-panel.txt in this directory.
  4. Required properties:
  5. - compatible: should be "koe,tx31d200vm0baa"
  6. Optional properties:
  7. - backlight: phandle of the backlight device attached to the panel
  8. Optional nodes:
  9. - Video port for LVDS panel input.
  10. Example:
  11. panel {
  12. compatible = "koe,tx31d200vm0baa";
  13. backlight = <&backlight_lvds>;
  14. port {
  15. panel_in: endpoint {
  16. remote-endpoint = <&lvds0_out>;
  17. };
  18. };
  19. };