media: i2c: add os05l10 camera driver

Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
Change-Id: I0cf41a250d1a1818c4b4cdd19a949a3fddd297d2
This commit is contained in:
Wang Panzhenzhuan
2024-12-10 16:12:11 +08:00
committed by Tao Huang
parent 1a44a28107
commit 682d7c7aff
3 changed files with 1751 additions and 0 deletions

View File

@@ -1050,6 +1050,17 @@ config VIDEO_OS05A20
This is a Video4Linux2 sensor driver for the OmniVision
OS05A20 camera.
config VIDEO_OS05L10
tristate "OmniVision OS05L10 sensor support"
depends on I2C && VIDEO_DEV
depends on MEDIA_CAMERA_SUPPORT
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the OmniVision
OS05L10 camera.
config VIDEO_OS08A20
tristate "OmniVision OS08A20 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -153,6 +153,7 @@ obj-$(CONFIG_VIDEO_OS03B10) += os03b10.o
obj-$(CONFIG_VIDEO_OS04A10) += os04a10.o
obj-$(CONFIG_VIDEO_OS04D10) += os04d10.o
obj-$(CONFIG_VIDEO_OS05A20) += os05a20.o
obj-$(CONFIG_VIDEO_OS05L10) += os05l10.o
obj-$(CONFIG_VIDEO_OS08A20) += os08a20.o
obj-$(CONFIG_VIDEO_OTP_EEPROM) += otp_eeprom.o
obj-$(CONFIG_VIDEO_OV02A10) += ov02a10.o

1739
drivers/media/i2c/os05l10.c Normal file

File diff suppressed because it is too large Load Diff