Skip to content

Commit f33fd8d

Browse files
mergemchehab
authored andcommitted
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 <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 3725574 commit f33fd8d

File tree

2 files changed

+992
-0
lines changed

2 files changed

+992
-0
lines changed

drivers/staging/media/imx/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ obj-$(CONFIG_VIDEO_IMX_CSI) += imx6-mipi-csi2.o
1616

1717
obj-$(CONFIG_VIDEO_IMX7_CSI) += imx7-media-csi.o
1818
obj-$(CONFIG_VIDEO_IMX7_CSI) += imx7-mipi-csis.o
19+
obj-$(CONFIG_VIDEO_IMX7_CSI) += imx8mq-mipi-csi2.o

0 commit comments

Comments
 (0)