drm/bridge: imx: Add i.MX93 MIPI DSI support
authorLiu Ying <victor.liu@nxp.com>
Mon, 21 Aug 2023 03:40:08 +0000 (11:40 +0800)
committerRobert Foss <rfoss@kernel.org>
Mon, 16 Oct 2023 09:38:47 +0000 (11:38 +0200)
commitce62f8ea7e3f8a8e788c3b5ea0195f1224575b66
treef02106acb348e1e3365e3ebcfb3188812c647e80
parentdb95a55ccec749719ffe61a76c9a1d0a173c207c
drm/bridge: imx: Add i.MX93 MIPI DSI support

Freescale i.MX93 SoC embeds a Synopsys Designware MIPI DSI host
controller and a Synopsys Designware MIPI DPHY.  Some configurations
and extensions to them are controlled by i.MX93 media blk-ctrl.

Add a DRM bridge for i.MX93 MIPI DSI by using existing DW MIPI DSI
bridge helpers and implementing i.MX93 MIPI DSI specific extensions.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230821034008.3876938-10-victor.liu@nxp.com
drivers/gpu/drm/bridge/imx/Kconfig
drivers/gpu/drm/bridge/imx/Makefile
drivers/gpu/drm/bridge/imx/imx93-mipi-dsi.c [new file with mode: 0644]