[PATCH v2 0/4] Add Novatek NT37705 panel driver for Fairphone (Gen. 6)

From: Luca Weiss

Date: Fri Sep 18 2026 - 11:08:06 EST


Add bindings and a panel driver for the NT37705, and then enable display
on the Fairphone (Gen. 6).

Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
---
Changes in v2:
- Fix kconfig dependencies of panel driver
- Pick up tags
- Link to v1: https://patch.msgid.link/20260501-fp6-panel-v1-0-e09cb05651cc@xxxxxxxxxxxxx

---
Luca Weiss (4):
dt-bindings: display: panel: Add Novatek NT37705
drm/panel: Add driver for Novatek NT37705 panel
arm64: defconfig: Enable Novatek NT37705 panel
arm64: dts: qcom: milos-fairphone-fp6: Enable display

.../bindings/display/panel/novatek,nt37705.yaml | 72 ++++
arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts | 64 ++++
arch/arm64/configs/defconfig | 1 +
drivers/gpu/drm/panel/Kconfig | 12 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-novatek-nt37705.c | 413 +++++++++++++++++++++
6 files changed, 563 insertions(+)
---
base-commit: c2cd463d6ee7d55a3ec0719d93c49ff99022d58f
change-id: 20260501-fp6-panel-3d35c999d894

Best regards,
--
Luca Weiss <luca.weiss@xxxxxxxxxxxxx>