lgphilips,lb035q02.txt 511 B

123456789101112131415161718192021222324252627282930313233
  1. LG.Philips LB035Q02 Panel
  2. =========================
  3. Required properties:
  4. - compatible: "lgphilips,lb035q02"
  5. - enable-gpios: panel enable gpio
  6. Optional properties:
  7. - label: a symbolic name for the panel
  8. Required nodes:
  9. - Video port for DPI input
  10. Example
  11. -------
  12. lcd-panel: panel@0 {
  13. compatible = "lgphilips,lb035q02";
  14. reg = <0>;
  15. spi-max-frequency = <100000>;
  16. spi-cpol;
  17. spi-cpha;
  18. label = "lcd";
  19. enable-gpios = <&gpio7 7 0>;
  20. port {
  21. lcd_in: endpoint {
  22. remote-endpoint = <&dpi_out>;
  23. };
  24. };
  25. };