This series adds support for Novatek NT51021-based panels for upcoming xiaomi-clover submission
Although according to datasheet, the IС has three power rails in the use case of xiaomi-clover, all of them are wired to one fixed regulator Maybe I should create a dt option for enabling CABC for panel Signed-off-by: Nickolay Goppen <[email protected]> --- Changes in v2: - Use devm_functions and renamed structs and functions (Neil) - Added delay before deasserting reset for stable initialization (Sashiko and Ryan) - Fixed dt-bindings (Sashiko and Neil) - Added a comment about set_display_on command - Link to v1: https://patch.msgid.link/20260829-qcom-novatek-nt51021-panels-v1-0-cc1ca61bd...@mainlining.org To: Nickolay Goppen <[email protected]> To: Neil Armstrong <[email protected]> To: Jessica Zhang <[email protected]> To: David Airlie <[email protected]> To: Simona Vetter <[email protected]> To: Maarten Lankhorst <[email protected]> To: Maxime Ripard <[email protected]> To: Thomas Zimmermann <[email protected]> To: Rob Herring <[email protected]> To: Krzysztof Kozlowski <[email protected]> To: Conor Dooley <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] --- Nickolay Goppen (3): dt-bindings: display: panel: Add bindings for Novatek NT51021 drivers: gpu: drm: panel: Add BOE NT51021 driver MAINTAINERS: Add myself as a maintainer of NT51021 panel driver .../bindings/display/panel/novatek,nt51021.yaml | 89 +++ MAINTAINERS | 6 + drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-novatek-nt51021.c | 791 +++++++++++++++++++++ 5 files changed, 896 insertions(+) --- base-commit: 99cc957e3ef3cccd72d2119c8eacbab39af0d1d6 change-id: 20260829-qcom-novatek-nt51021-panels-e2f9db85a967 Best regards, -- Nickolay Goppen <[email protected]>
