Add the bindings and driver for the BOE BF068MWM-TD0 panel used in the Nothing Phone (3a).
This series depends on support for DSC configurations with slice_per_pkt > 1, technically it boots up and displays stuff without it but you see artifacting without it: https://lore.kernel.org/linux-arm-msm/[email protected] Signed-off-by: Alexander Koskovich <[email protected]> --- Alexander Koskovich (2): dt-bindings: display: panel: Document BOE BF068MWM-TD0 drm/panel: Add BOE BF068MWM-TD0 panel driver .../bindings/display/panel/boe,bf068mwm-td0.yaml | 77 ++++ MAINTAINERS | 6 + drivers/gpu/drm/panel/Kconfig | 11 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-boe-bf068mwm-td0.c | 432 +++++++++++++++++++++ 5 files changed, 527 insertions(+) --- base-commit: 15a038bc8d93f92c80d9ba6844d4f16333234f39 change-id: 20260603-asteroids-panel-support-d55c929a89a8 Best regards, -- Alexander Koskovich <[email protected]>
