mbox series

[v2,0/2] Add support for the AUO A030JTN01 TFT LCD

Message ID 20221214114142.204041-1-cbranchereau@gmail.com (mailing list archive)
Headers show
Series Add support for the AUO A030JTN01 TFT LCD | expand

Message

Christophe Branchereau Dec. 14, 2022, 11:41 a.m. UTC
Changes since v1:
 reworked the dt-bindings to add a spi node, dropped properties already 
 present in panel-common.yaml

Christophe Branchereau (1):
  drm/panel: Add driver for the AUO A030JTN01 TFT LCD

Paul Cercueil (1):
  dt-bindings: display/panel: Add AUO A030JTN01

 .../bindings/display/panel/auo,a030jtn01.yaml |  61 ++++
 drivers/gpu/drm/panel/Kconfig                 |   8 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 drivers/gpu/drm/panel/panel-auo-a030jtn01.c   | 295 ++++++++++++++++++
 4 files changed, 365 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/auo,a030jtn01.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-auo-a030jtn01.c