media: i2c: support imx462 sensor driver

1.support mipi 1080P@30fps linear/hdr2 dol mode
2.support lvds 1080P@60fps linear mode and 1080P@30fps hdr2 dol mode

Change-Id: Ic2cce1f9119cf27685c35c99993bb1c82bd3838a
Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
This commit is contained in:
Zhichao Yu
2021-05-10 19:11:29 +08:00
committed by Tao Huang
parent b5995924b3
commit cd98dfb7fd
3 changed files with 2172 additions and 0 deletions

View File

@@ -801,6 +801,17 @@ config VIDEO_IMX415
To compile this driver as a module, choose M here: the
module will be called imx415.
config VIDEO_IMX462
tristate "Sony IMX462 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
help
This is a Video4Linux2 sensor driver for the Sony
IMX462 camera.
To compile this driver as a module, choose M here: the
module will be called imx462.
config VIDEO_IMX464
tristate "Sony IMX464 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -156,6 +156,7 @@ obj-$(CONFIG_VIDEO_IMX335) += imx335.o
obj-$(CONFIG_VIDEO_IMX347) += imx347.o
obj-$(CONFIG_VIDEO_IMX378) += imx378.o
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
obj-$(CONFIG_VIDEO_IMX462) += imx462.o
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
obj-$(CONFIG_VIDEO_GC02M2) += gc02m2.o
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o

2160
drivers/media/i2c/imx462.c Normal file

File diff suppressed because it is too large Load Diff