media: i2c: add sc4336p driver

Signed-off-by: Su Yuefu <yuefu.su@rock-chips.com>
Change-Id: Ib7d7b41a79dba49ea73137149590527e3347d1a6
This commit is contained in:
Su Yuefu
2023-09-04 10:54:13 +08:00
committed by Tao Huang
parent c95ecab515
commit bc3739735d
3 changed files with 1597 additions and 0 deletions

View File

@@ -2127,6 +2127,16 @@ config VIDEO_SC4336
This is a Video4Linux2 sensor driver for the SmartSens
SC4336 camera.
config VIDEO_SC4336P
tristate "SmartSens SC4336P sensor support"
depends on I2C && VIDEO_V4L2
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the SmartSens
SC4336P camera.
config VIDEO_SC450AI
tristate "SmartSens SC450AI sensor support"
depends on I2C && VIDEO_V4L2

View File

@@ -145,6 +145,7 @@ obj-$(CONFIG_VIDEO_SC4210) += sc4210.o
obj-$(CONFIG_VIDEO_SC4238) += sc4238.o
obj-$(CONFIG_VIDEO_SC430CS) += sc430cs.o
obj-$(CONFIG_VIDEO_SC4336) += sc4336.o
obj-$(CONFIG_VIDEO_SC4336P) += sc4336p.o
obj-$(CONFIG_VIDEO_SC450AI) += sc450ai.o
obj-$(CONFIG_VIDEO_SC500AI) += sc500ai.o
obj-$(CONFIG_VIDEO_SC501AI) += sc501ai.o

1586
drivers/media/i2c/sc4336p.c Normal file

File diff suppressed because it is too large Load Diff