[PATCH 0/2] Add panel driver for Novatek NT37703
From: Esteban Urrutia via B4 Relay
Date: Tue Aug 11 2026 - 01:52:47 EST
This series adds a driver and bindings for panels based on this display
driver IC.
Initial support is added for the Tianma "v2" panel found in the Motorola
ThinkPhone by motorola.
This panel has no model number and is only identified with versions.
There seem to exist three versions of Tianma panels: v0 (no version), v1
and v2.
Only v2 has been able to be tested.
The added driver should in theory make it fairly easy to add new panels
in the future.
I tried to be as careful as possible with that.
Signed-off-by: Esteban Urrutia <esteuwu@xxxxxxxxx>
---
Esteban Urrutia (2):
dt-bindings: display: panel: Add bindings for Novatek NT37703
drm/panel: Add driver for Novatek NT37703 based panels
.../bindings/display/panel/novatek,nt37703.yaml | 78 ++++
MAINTAINERS | 6 +
drivers/gpu/drm/panel/Kconfig | 13 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-novatek-nt37703.c | 467 +++++++++++++++++++++
5 files changed, 565 insertions(+)
---
base-commit: 3d08ff75a47a3e7e2ab45a3bcab6723b4d906422
change-id: 20260726-nt37703-bup-8abbb7396c6e
Best regards,
--
Esteban Urrutia <esteuwu@xxxxxxxxx>