media: i2c: add support sc235hai sensor driver

Signed-off-by: LongChang Ma <chad.ma@rock-chips.com>
Change-Id: Ia8d63407bd770d625c0cc0513b78096a5d1c9a1e
This commit is contained in:
LongChang Ma
2025-08-16 16:41:08 +08:00
parent 80afdafe54
commit 33f3c21629
3 changed files with 2272 additions and 0 deletions

View File

@@ -1999,6 +1999,16 @@ config VIDEO_SC2355
To compile this driver as a module, choose M here: the
module will be called sc2355.
config VIDEO_SC235HAI
tristate "SmartSens SC235HAI sensor support"
depends on I2C && VIDEO_DEV
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the SmartSens
SC235HAI camera.
config VIDEO_SC301IOT
tristate "SmartSens SC301IOT sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -247,6 +247,7 @@ obj-$(CONFIG_VIDEO_SC230AI) += sc230ai.o
obj-$(CONFIG_VIDEO_SC2310) += sc2310.o
obj-$(CONFIG_VIDEO_SC2336) += sc2336.o
obj-$(CONFIG_VIDEO_SC2355) += sc2355.o
obj-$(CONFIG_VIDEO_SC235HAI) += sc235hai.o
obj-$(CONFIG_VIDEO_SC301IOT) += sc301iot.o
obj-$(CONFIG_VIDEO_SC3336) += sc3336.o
obj-$(CONFIG_VIDEO_SC3336P) += sc3336p.o

2261
drivers/media/i2c/sc235hai.c Normal file

File diff suppressed because it is too large Load Diff