media: i2c: add gc6603 sensor driver

Change-Id: I373d413d4051753d6bf0f38a8d9373db971ce588
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
Zefa Chen
2025-04-15 14:23:40 +08:00
committed by 陈泽发
parent 4fe007016c
commit 31c281f3e2
3 changed files with 2283 additions and 0 deletions

View File

@@ -445,6 +445,19 @@ config VIDEO_GC5035
To compile this driver as a module, choose M here: the
module will be called gc5035.
config VIDEO_GC6603
tristate "GalaxyCore GC6603 sensor support"
depends on VIDEO_DEV && I2C
depends on MEDIA_CAMERA_SUPPORT
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
Support for the GalaxyCore GC6603 sensor.
To compile this driver as a module, choose M here: the
module will be called gc6603.
config VIDEO_GC8034
tristate "GalaxyCore GC8034 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -73,6 +73,7 @@ obj-$(CONFIG_VIDEO_GC4C33) += gc4c33.o
obj-$(CONFIG_VIDEO_GC5024) += gc5024.o
obj-$(CONFIG_VIDEO_GC5025) += gc5025.o
obj-$(CONFIG_VIDEO_GC5035) += gc5035.o
obj-$(CONFIG_VIDEO_GC6603) += gc6603.o
obj-$(CONFIG_VIDEO_GC8034) += gc8034.o
obj-$(CONFIG_VIDEO_GC8613) += gc8613.o
obj-$(CONFIG_VIDEO_HI556) += hi556.o

2269
drivers/media/i2c/gc6603.c Normal file

File diff suppressed because it is too large Load Diff