public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/panel: Add support for the FocusLCDs E35GH-I-MW800CB
@ 2026-02-03  5:41 Igor Reznichenko
  2026-02-03  5:41 ` [PATCH v2 1/2] dt-bindings: display: panel: Add Ilitek ILI9488 panel controller Igor Reznichenko
  2026-02-03  5:41 ` [PATCH v2 2/2] drm/panel: Add Ilitek ILI9488 controller driver Igor Reznichenko
  0 siblings, 2 replies; 4+ messages in thread
From: Igor Reznichenko @ 2026-02-03  5:41 UTC (permalink / raw)
  To: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner, Lad Prabhakar,
	Manivannan Sadhasivam, Kael D'Alcamo, Kever Yang
  Cc: dri-devel, devicetree, linux-kernel

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@reznichenko.net/

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-03 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03  5:41 [PATCH v2 0/2] drm/panel: Add support for the FocusLCDs E35GH-I-MW800CB Igor Reznichenko
2026-02-03  5:41 ` [PATCH v2 1/2] dt-bindings: display: panel: Add Ilitek ILI9488 panel controller Igor Reznichenko
2026-02-03 18:19   ` Rob Herring
2026-02-03  5:41 ` [PATCH v2 2/2] drm/panel: Add Ilitek ILI9488 controller driver Igor Reznichenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox