kingdisplay,kd097d04.txt 560 B

12345678910111213141516171819202122
  1. Kingdisplay KD097D04 9.7" 1536x2048 TFT LCD panel
  2. Required properties:
  3. - compatible: should be "kingdisplay,kd097d04"
  4. - reg: DSI virtual channel of the peripheral
  5. - power-supply: phandle of the regulator that provides the supply voltage
  6. - enable-gpios: panel enable gpio
  7. Optional properties:
  8. - backlight: phandle of the backlight device attached to the panel
  9. Example:
  10. &mipi_dsi {
  11. panel {
  12. compatible = "kingdisplay,kd097d04";
  13. reg = <0>;
  14. power-supply = <...>;
  15. backlight = <&backlight>;
  16. enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
  17. };
  18. };