simple-panel.txt 503 B

123456789101112131415161718192021
  1. Simple display panel
  2. Required properties:
  3. - power-supply: regulator to provide the supply voltage
  4. Optional properties:
  5. - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
  6. - enable-gpios: GPIO pin to enable or disable the panel
  7. - backlight: phandle of the backlight device attached to the panel
  8. Example:
  9. panel: panel {
  10. compatible = "cptt,claa101wb01";
  11. ddc-i2c-bus = <&panelddc>;
  12. power-supply = <&vdd_pnl_reg>;
  13. enable-gpios = <&gpio 90 0>;
  14. backlight = <&backlight>;
  15. };