drm/bridge: Add NWL MIPI DSI host controller support
authorGuido Günther <agx@sigxcpu.org>
Thu, 9 Apr 2020 10:42:02 +0000 (12:42 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Thu, 9 Apr 2020 13:52:47 +0000 (15:52 +0200)
commit44cfc6233447cb2cf47aeb99457de35826a363f6
treedbf034c861ecd36860c16b65988f8b97ad22d374
parent6885e66bc0e7bb073246dde73ddf534102dd4533
drm/bridge: Add NWL MIPI DSI host controller support

This adds initial support for the NWL MIPI DSI Host controller found on
i.MX8 SoCs.

It adds support for the i.MX8MQ but the same IP can be found on
e.g. the i.MX8QXP.

It has been tested on the Librem 5 devkit using mxsfb.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Co-developed-by: Robert Chiras <robert.chiras@nxp.com>
Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Tested-by: Robert Chiras <robert.chiras@nxp.com>
Tested-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1cf5750f734e33d005564cd89c576eaf3c1c192b.1586427783.git.agx@sigxcpu.org
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/nwl-dsi.c [new file with mode: 0644]
drivers/gpu/drm/bridge/nwl-dsi.h [new file with mode: 0644]