auo,g070vvn01.txt 719 B

1234567891011121314151617181920212223242526272829
  1. AU Optronics Corporation 7.0" FHD (800 x 480) TFT LCD panel
  2. Required properties:
  3. - compatible: should be "auo,g070vvn01"
  4. - backlight: phandle of the backlight device attached to the panel
  5. - power-supply: single regulator to provide the supply voltage
  6. Required nodes:
  7. - port: Parallel port mapping to connect this display
  8. This panel needs single power supply voltage. Its backlight is conntrolled
  9. via PWM signal.
  10. Example:
  11. --------
  12. Example device-tree definition when connected to iMX6Q based board
  13. lcd_panel: lcd-panel {
  14. compatible = "auo,g070vvn01";
  15. backlight = <&backlight_lcd>;
  16. power-supply = <&reg_display>;
  17. port {
  18. lcd_panel_in: endpoint {
  19. remote-endpoint = <&lcd_display_out>;
  20. };
  21. };
  22. };