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]> --- Nickolay Goppen (2): dt-bindings: display: panel: Add bindings for Novatek NT51021 drivers: gpu: drm: panel: Add BOE NT51021 driver .../bindings/display/panel/novatek,nt51021.yaml | 93 +++ MAINTAINERS | 6 + drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-novatek-nt51021.c | 804 +++++++++++++++++++++ 5 files changed, 913 insertions(+) --- base-commit: 99cc957e3ef3cccd72d2119c8eacbab39af0d1d6 change-id: 20260829-qcom-novatek-nt51021-panels-e2f9db85a967 Best regards, -- Nickolay Goppen <[email protected]>
