[PATCH v2 0/2] drm/panel: Add support for the FocusLCDs E35GH-I-MW800CB
From: Igor Reznichenko
Date: Tue Feb 03 2026 - 00:42:06 EST
Add support for E35GH-I-MW800CB 320x480 MIPI DSI panel by FocusLCDs.
The panel uses Ilitek ILI9488 driver IC.
v2: Added comment explaining the "focuslcds" vendor prefix
v1: https://lore.kernel.org/all/20260131034101.307486-1-igor@xxxxxxxxxxxxxxx/
Igor Reznichenko (2):
dt-bindings: display: panel: Add Ilitek ILI9488 panel controller
drm/panel: Add Ilitek ILI9488 controller driver
.../display/panel/ilitek,ili9488.yaml | 63 ++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 6 +
drivers/gpu/drm/panel/Kconfig | 9 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-ilitek-ili9488.c | 299 ++++++++++++++++++
6 files changed, 380 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9488.yaml
create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9488.c
--
2.43.0