mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 04:46:12 +07:00
media: staging/imx7: add imx7 CSI subdev driver
This add the media entity subdevice and control driver for the i.MX7 CMOS Sensor Interface. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: clean up some alignment warnings] Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
3f44193780
commit
05f634040c
@ -11,7 +11,7 @@ config VIDEO_IMX_MEDIA
|
||||
driver for the i.MX5/6 SOC.
|
||||
|
||||
if VIDEO_IMX_MEDIA
|
||||
menu "i.MX5/6 Media Sub devices"
|
||||
menu "i.MX5/6/7 Media Sub devices"
|
||||
|
||||
config VIDEO_IMX_CSI
|
||||
tristate "i.MX5/6 Camera Sensor Interface driver"
|
||||
@ -20,5 +20,12 @@ config VIDEO_IMX_CSI
|
||||
---help---
|
||||
A video4linux camera sensor interface driver for i.MX5/6.
|
||||
|
||||
config VIDEO_IMX7_CSI
|
||||
tristate "i.MX7 Camera Sensor Interface driver"
|
||||
depends on VIDEO_IMX_MEDIA && VIDEO_DEV && I2C
|
||||
default y
|
||||
help
|
||||
Enable support for video4linux camera sensor interface driver for
|
||||
i.MX7.
|
||||
endmenu
|
||||
endif
|
||||
|
@ -12,3 +12,5 @@ obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media-ic.o
|
||||
|
||||
obj-$(CONFIG_VIDEO_IMX_CSI) += imx-media-csi.o
|
||||
obj-$(CONFIG_VIDEO_IMX_CSI) += imx6-mipi-csi2.o
|
||||
|
||||
obj-$(CONFIG_VIDEO_IMX7_CSI) += imx7-media-csi.o
|
||||
|
1367
drivers/staging/media/imx/imx7-media-csi.c
Normal file
1367
drivers/staging/media/imx/imx7-media-csi.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user