The series adds drivers for the displays used by bsh-smm-s2/pro boards. It has been tested applying it on top of these patches: Adam Ford <aford173@xxxxxxxxx> (6) arm64: dts: imx8mn: Add display peripherals drm: bridge: samsung-dsim: Dynamically configure DPHY timing drm: bridge: samsung-dsim: Fetch pll-clock-frequency automatically drm: bridge: samsung-dsim: Fix PMS Calculator on imx8m[mnp] drm: bridge: samsung-dsim: Support non-burst mode drm: bridge: samsung-dsim: Support multi-lane calculations Series "drm: Add Samsung MIPI DSIM bridge" (https://lwn.net/Articles/925754/) Marek Vasut <marex@xxxxxxx> (1): 0adce1be8dc0 drm: bridge: samsung-dsim: Add i.MX8M Plus support Jagan Teki <jagan@xxxxxxxxxxxxxxxxxxxx> (9): 0a98655a08cc dt-bindings: display: exynos: dsim: Add NXP i.MX8M Plus support b25b5384e27d drm: bridge: samsung-dsim: Add i.MX8M Mini/Nano support ee83295c036d dt-bindings: display: exynos: dsim: Add NXP i.MX8M Mini/Nano support f18605b9b682 drm: bridge: Generalize Exynos-DSI driver into a Samsung DSIM bridge 8ab12dbce060 drm: exynos: dsi: Add host helper for te_irq_handler c37c8e89af38 drm: exynos: dsi: Consolidate component and bridge 11276ea9964a drm: exynos: dsi: Add atomic_get_input_bus_fmts 2fe8a5f92c08 drm: exynos: dsi: Add input_bus_flags 5d79cf173994 drm: exynos: dsi: Add atomic check Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> (1): b9ad1112014d drm: exynos: dsi: Handle proper host initialization Jagan Teki <jagan@xxxxxxxxxxxxxxxxxxxx> (5): 93b2ce0c329d drm: exynos: dsi: Introduce hw_type platform data 83d704dc0cf6 drm: exynos: dsi: Add platform PLL_P (PMS_P) offset f25b304ea948 drm: exynos: dsi: Mark PHY as optional 6c59da2ae519 drm: exynos: dsi: Lookup OF-graph or Child node devices 2186e15100de drm: exynos: dsi: Drop explicit call to bridge detach Michael Trimarchi (7): dt-bindings: display: panel: Add synaptics r63353 panel controller drm/panel: Add Synaptics R63353 panel driver arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup dt-bindings: display: panel: Add Ilitek ili9805 panel controller drm/panel: Add Ilitek ILI9805 panel driver dt-bindings: ili9805: add compatible string for Tianma TM041XDHG01 drm/panel: ilitek-ili9805: add support for Tianma TM041XDHG01 panel .../display/panel/ilitek,ili9805.yaml | 61 +++ .../display/panel/synaptics,r63353.yaml | 58 +++ MAINTAINERS | 12 + .../freescale/imx8mn-bsh-smm-s2-common.dtsi | 1 + .../freescale/imx8mn-bsh-smm-s2-display.dtsi | 111 +++++ drivers/gpu/drm/panel/Kconfig | 16 + drivers/gpu/drm/panel/Makefile | 2 + drivers/gpu/drm/panel/panel-ilitek-ili9805.c | 418 ++++++++++++++++++ .../gpu/drm/panel/panel-synaptics-r63353.c | 376 ++++++++++++++++ 9 files changed, 1055 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9805.yaml create mode 100644 Documentation/devicetree/bindings/display/panel/synaptics,r63353.yaml create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-display.dtsi create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9805.c create mode 100644 drivers/gpu/drm/panel/panel-synaptics-r63353.c -- 2.32.0