This series adds support for the DLC DLC0697 1080x1920@60Hz MIPI DSI panel which uses the Ilitek ILI7807S display controller.
The panel operates in video burst mode with four data lanes using RGB888 pixel format. Backlight brightness is controlled by sending DCS commands directly over DSI. A panel_desc descriptor struct is used to describe the panel-specific init sequence and display mode, allowing additional ILI7807S-based panels to be added in the future. Signed-off-by: Arpit Saini <[email protected]> --- Arpit Saini (2): dt-bindings: display: panel: add Ilitek ILI7807S panel controller drm/panel: add Ilitek ILI7807S panel driver .../bindings/display/panel/ilitek,ili7807s.yaml | 80 +++++ MAINTAINERS | 7 + drivers/gpu/drm/panel/Kconfig | 12 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-ilitek-ili7807s.c | 328 +++++++++++++++++++++ 5 files changed, 428 insertions(+) --- base-commit: 61680cdf162e59a3c7cde3a2b026a448e1b65a53 change-id: 20260518-ili7807s-panel-8592da51b1eb Best regards, -- Arpit Saini <[email protected]>
