[PATCH v2 0/2] drm/panel: Add Novatek NT36536 panel driver

From: Pengyu Luo

Date: Sun Jul 05 2026 - 11:37:08 EST


Add a driver for panels using the Novatek NT36536 Display Driver IC,
including support for the CSOT PP8807HB1-1, a dual-link 10-bit panel
found in LENOVO Legion Y700 Gen4.

Signed-off-by: Pengyu Luo <mitltlatltl@xxxxxxxxx>
---
Changes in v2:
- Collect tags
- Mention the CSOT PP8807HB1-1 is a dual-link panel (Krzysztof)
- Use devm_drm_panel_add() (Neil)
- Link to v1: https://lore.kernel.org/dri-devel/20260630023439.248861-1-mitltlatltl@xxxxxxxxx

Pengyu Luo (2):
dt-bindings: display: panel: Add Novatek NT36536
drm/panel: Add Novatek NT36536 panel driver

.../display/panel/novatek,nt36536.yaml | 91 ++++
drivers/gpu/drm/panel/Kconfig | 11 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-novatek-nt36536.c | 488 ++++++++++++++++++
4 files changed, 591 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/novatek,nt36536.yaml
create mode 100644 drivers/gpu/drm/panel/panel-novatek-nt36536.c

--
2.54.0