innolux,p097pfg.txt 636 B

123456789101112131415161718192021222324
  1. Innolux P097PFG 9.7" 1536x2048 TFT LCD panel
  2. Required properties:
  3. - compatible: should be "innolux,p097pfg"
  4. - reg: DSI virtual channel of the peripheral
  5. - avdd-supply: phandle of the regulator that provides positive voltage
  6. - avee-supply: phandle of the regulator that provides negative voltage
  7. - enable-gpios: panel enable gpio
  8. Optional properties:
  9. - backlight: phandle of the backlight device attached to the panel
  10. Example:
  11. &mipi_dsi {
  12. panel {
  13. compatible = "innolux,p079zca";
  14. reg = <0>;
  15. avdd-supply = <...>;
  16. avee-supply = <...>;
  17. backlight = <&backlight>;
  18. enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
  19. };
  20. };