media: imx: add a driver for i.MX8MQ mipi csi rx phy and controller
authorMartin Kepplinger <martin.kepplinger@puri.sm>
Wed, 28 Jul 2021 09:12:44 +0000 (11:12 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 4 Aug 2021 12:43:52 +0000 (14:43 +0200)
commitf33fd8d77dd0095b8841542584ba30d26625f8cb
tree4aa6cc2c7a9f5402a890ecb1782282f36b7ece51
parent37255747ecbd691a0050109e8c2133096f4dab50
media: imx: add a driver for i.MX8MQ mipi csi rx phy and controller

Add a driver to support the i.MX8MQ MIPI CSI receiver. The hardware side
is based on
https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/media/platform/imx8/mxc-mipi-csi2_yav.c?h=imx_5.4.70_2.3.0

It's built as part of VIDEO_IMX7_CSI because that's documented to support
i.MX8M platforms. This driver adds i.MX8MQ support where currently only the
i.MX8MM platform has been supported.

Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/imx/Makefile
drivers/staging/media/imx/imx8mq-mipi-csi2.c [new file with mode: 0644]