Hello, Changes since v4: - Explicitly handle the connector and pass DRM_BRIDGE_ATTACH_NO_CONNECTOR to drm_bridge_attach (Laurent) - Fix binding syntax hopfully makeing Rob's dt-checker bot happy - Resort #includes alphabetically A big thanks to Philipp who (again!) was a great help to get v5 out. Patch 1 depends on patch "dt-bindings: display: Convert fsl,imx-fb.txt to dt-schema" which currently sits in Rob's tree as 93266da2409b1709474be00f1becbbdaddb2b706. Patch 2 bases on "drm/imx: move IPUv3 driver into separate subdirectory" which currentlich sits in drm-misc-next-2023-01-03 as 4b6cb2b67da883bc5095ee6d77f951f1cd7a1c24. Unchanged since v3 is that the binding is using a different compatible. This is a bit ugly, but a drm driver needs a considerably different binding anyhow and this is the chance to pick a better name: The legacy binding uses "imx25-fb" (and similar for other SoCs), but the hardware unit is called LCDC and so I picked "imx25-lcdc" as new name. The idea is to deprecate imx25-fb (et al) and convert the imx25.dtsi to imx25-lcdc. (So I don't plan to have both variants in the dtsi file which Rob considered ugly.) Marian Cichy (1): drm/imx/lcdc: Implement DRM driver for imx25 Uwe Kleine-König (1): dt-bindings: display: imx: Describe drm binding for fsl,imx-lcdc .../bindings/display/imx/fsl,imx-lcdc.yaml | 46 +- drivers/gpu/drm/imx/Kconfig | 1 + drivers/gpu/drm/imx/Makefile | 1 + drivers/gpu/drm/imx/lcdc/Kconfig | 7 + drivers/gpu/drm/imx/lcdc/Makefile | 1 + drivers/gpu/drm/imx/lcdc/imx-lcdc.c | 553 ++++++++++++++++++ 6 files changed, 608 insertions(+), 1 deletion(-) create mode 100644 drivers/gpu/drm/imx/lcdc/Kconfig create mode 100644 drivers/gpu/drm/imx/lcdc/Makefile create mode 100644 drivers/gpu/drm/imx/lcdc/imx-lcdc.c base-commit: 2591939e881cf728b6ac45971eeec2f58051c101 prerequisite-patch-id: c3ef3de02516b5c159e76b40d2b4348a5ce0fe51 -- 2.39.0