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

From: Christophe Branchereau
Date: Wed Dec 14 2022 - 06:42:06 EST


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

--
2.35.1