[PATCH v2 0/2] drm/panel: initial support for the Ortustech COM35H3P70ULC

From: Michael Walle
Date: Wed Jun 26 2024 - 10:45:14 EST


Add initial support for the 480x640 DSI panel from Ortustech. The
panel uses an Ilitek ILI9806E panel driver IC.

v2:
- use drm_connector_helper_get_modes_fixed(), thanks Dmitry.
- slight header files cleanup

Michael Walle (2):
dt-bindings: display: panel: add Ilitek ili9806e panel controller
drm/panel: add Ilitek ILI9806E panel driver

.../display/panel/ilitek,ili9806e.yaml | 63 +++
MAINTAINERS | 5 +
drivers/gpu/drm/panel/Kconfig | 9 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-ilitek-ili9806e.c | 402 ++++++++++++++++++
5 files changed, 480 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9806e.yaml
create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9806e.c

--
2.39.2