[PATCH v2 0/2] gpu/drm: panel: add support for DSI panel used in Motorola Atrix 4G and Droid X2
From: Svyatoslav Ryhel
Date: Mon Feb 23 2026 - 01:46:56 EST
Add support for the DSI LCD panel module found in Motorola Atrix 4G or
Droid X2 smartphones. Exact panel vendor and model are unknown hence panel
uses generic compatible based on board where it is used. The panel has a
540x960 resolution with 24 bit RGB per pixel.
---
Changes in v2:
- updated schema commit description
---
Svyatoslav Ryhel (2):
dt-bindings: display: panel: document Atrix 4G and Droid X2 DSI panel
gpu/drm: panel: add support for DSI panel used in Motorola Atrix 4G
and Droid X2
.../display/panel/motorola,mot-panel.yaml | 69 +++++
drivers/gpu/drm/panel/Kconfig | 12 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-motorola-mot.c | 244 ++++++++++++++++++
4 files changed, 326 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/motorola,mot-panel.yaml
create mode 100644 drivers/gpu/drm/panel/panel-motorola-mot.c
--
2.51.0