media: i2c: add imx335 driver

imx335 can output 2592x1944 HDR/linear frames in 30fps.

Change-Id: I48233f21cdae26e9b575c5ec7c55345fdb55ddbb
Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
This commit is contained in:
Shunqian Zheng
2020-07-31 09:32:26 +08:00
committed by Tao Huang
parent 699c8ff653
commit 859860806e
3 changed files with 1672 additions and 0 deletions

View File

@@ -712,6 +712,17 @@ config VIDEO_IMX327
To compile this driver as a module, choose M here: the
module will be called imx327.
config VIDEO_IMX335
tristate "Sony IMX335 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
IMX335 camera.
To compile this driver as a module, choose M here: the
module will be called imx335.
config VIDEO_IMX347
tristate "Sony IMX347 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -131,6 +131,7 @@ obj-$(CONFIG_VIDEO_IMX307) += imx307.o
obj-$(CONFIG_VIDEO_IMX317) += imx317.o
obj-$(CONFIG_VIDEO_IMX323) += imx323.o
obj-$(CONFIG_VIDEO_IMX327) += imx327.o
obj-$(CONFIG_VIDEO_IMX335) += imx335.o
obj-$(CONFIG_VIDEO_IMX347) += imx347.o
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o

1660
drivers/media/i2c/imx335.c Normal file

File diff suppressed because it is too large Load Diff