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 v3: - Fixed bindings (Krzysztof) - Fixed probe function (Sashiko) - Added BOE-TV101WUM-NM0 support (Ryan) - Link to v2: https://patch.msgid.link/20260911-qcom-novatek-nt51021-panels-v2-0-135e3190a...@mainlining.org 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]> To: Matthias Brugger <[email protected]> To: AngeloGioacchino Del Regno <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Ryan Brue <[email protected]> Cc: Alexey Minnekhanov <[email protected]> Cc: [email protected] Cc: [email protected] --- Nickolay Goppen (3): dt-bindings: display: panel: Add Novatek NT51021 drivers: gpu: drm: panel: Add BOE NT51021 driver MAINTAINERS: Add myself and Ryan Brue as maintainers of NT51021 panel driver .../bindings/display/panel/novatek,nt51021.yaml | 87 +++ MAINTAINERS | 7 + drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-novatek-nt51021.c | 855 +++++++++++++++++++++ 5 files changed, 959 insertions(+) --- base-commit: 99cc957e3ef3cccd72d2119c8eacbab39af0d1d6 change-id: 20260829-qcom-novatek-nt51021-panels-e2f9db85a967 Best regards, -- Nickolay Goppen <[email protected]>
