media: i2c: camera: Add imx582 sensor driver

Signed-off-by: Yuefu Su <yuefu.su@rock-chips.com>
Change-Id: Iab806c9602c5edfcae7173bcb2d27533a06a4897
This commit is contained in:
Yuefu Su
2025-08-05 09:52:22 +08:00
parent 70afeb966c
commit 376f0eeffa
3 changed files with 1856 additions and 0 deletions

View File

@@ -837,6 +837,19 @@ config VIDEO_IMX577
To compile this driver as a module, choose M here: the
module will be called imx577.
config VIDEO_IMX582
tristate "Sony IMX582 sensor support"
depends on I2C && VIDEO_DEV
depends on MEDIA_CAMERA_SUPPORT
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
help
This is a Video4Linux2 sensor driver for the Sony
IMX582 camera.
To compile this driver as a module, choose M here: the
module will be called imx582.
config VIDEO_IMX586
tristate "Sony IMX586 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -105,6 +105,7 @@ obj-$(CONFIG_VIDEO_IMX464) += imx464.o
obj-$(CONFIG_VIDEO_IMX492) += imx492.o
obj-$(CONFIG_VIDEO_IMX498) += imx498.o
obj-$(CONFIG_VIDEO_IMX577) += imx577.o
obj-$(CONFIG_VIDEO_IMX582) += imx582.o
obj-$(CONFIG_VIDEO_IMX586) += imx586.o
obj-$(CONFIG_VIDEO_IMX678) += imx678.o
obj-$(CONFIG_VIDEO_IMX766) += imx766.o

1842
drivers/media/i2c/imx582.c Normal file

File diff suppressed because it is too large Load Diff