Add the bindings and driver for the BOE BF068MWM-TD0 panel used in the Nothing Phone (3a).
Signed-off-by: Alexander Koskovich <[email protected]> --- Changes in v3: - Rebase onto next-20260701 - Keep 'required:' list in same order as properties (Krzysztof) - Switch to devm_drm_panel_add, devm_mipi_dsi_attach and drop remove callback (Neil) - Link to v2: https://lore.kernel.org/r/[email protected] Changes in v2: - Rename binding & driver to DDIC instead of panel assembly (Neil) - Clean up hardware resources in prepare() on errors (Sashiko AI review) - Link to v1: https://lore.kernel.org/r/[email protected] --- Alexander Koskovich (2): dt-bindings: display: panel: Document Raydium RM69220 DDIC drm/panel: Add driver for Raydium RM69220 DDIC .../bindings/display/panel/raydium,rm69220.yaml | 74 ++++ MAINTAINERS | 6 + drivers/gpu/drm/panel/Kconfig | 15 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-raydium-rm69220.c | 417 +++++++++++++++++++++ 5 files changed, 513 insertions(+) --- base-commit: 4f441960e691d37c880d2cc004de06bb5b6bd5e4 change-id: 20260603-asteroids-panel-support-d55c929a89a8 Best regards, -- Alexander Koskovich <[email protected]>
