media: i2c: add support sc485sl sensor driver

Signed-off-by: LongChang Ma <chad.ma@rock-chips.com>
Change-Id: I6893ddf907860c4f4f48365e5e0422c7bfee67d5
This commit is contained in:
LongChang Ma
2025-07-29 20:17:47 +08:00
parent 0876851019
commit 0c442bded1
3 changed files with 3302 additions and 0 deletions

View File

@@ -2109,6 +2109,16 @@ config VIDEO_SC450AI
This is a Video4Linux2 sensor driver for the SmartSens
SC450ai camera.
config VIDEO_SC485SL
tristate "SmartSens SC485SL 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
sc485sl camera.
config VIDEO_SC500AI
tristate "SmartSens SC500AI sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -258,6 +258,7 @@ 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_SC485SL) += sc485sl.o
obj-$(CONFIG_VIDEO_SC500AI) += sc500ai.o
obj-$(CONFIG_VIDEO_SC501AI) += sc501ai.o
obj-$(CONFIG_VIDEO_SC530AI) += sc530ai.o

3291
drivers/media/i2c/sc485sl.c Normal file

File diff suppressed because it is too large Load Diff