media: i2c: add gc4653 sesnor

Signed-off-by: Zhenke Fan <fanzy.fan@rock-chips.com>
Change-Id: Ide1351b6396eceda1df399485b22f807fce8a867
This commit is contained in:
Zhenke Fan
2022-04-27 10:48:42 +08:00
committed by Tao Huang
parent 4ffc6172ee
commit d54e56dbc6
3 changed files with 1628 additions and 0 deletions

View File

@@ -907,6 +907,17 @@ config VIDEO_GC2385
To compile this driver as a module, choose M here: the
module will be called gc2385.
config VIDEO_GC4653
tristate "GalaxyCore GC4653 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the GalaxyCore GC4663 sensor.
To compile this driver as a module, choose M here: the
module will be called gc4653
config VIDEO_GC4663
tristate "GalaxyCore GC4663 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -154,6 +154,7 @@ obj-$(CONFIG_VIDEO_GC2053) += gc2053.o
obj-$(CONFIG_VIDEO_GC2093) += gc2093.o
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
obj-$(CONFIG_VIDEO_GC2385) += gc2385.o
obj-$(CONFIG_VIDEO_GC4653) += gc4653.o
obj-$(CONFIG_VIDEO_GC4663) += gc4663.o
obj-$(CONFIG_VIDEO_GC4C33) += gc4c33.o
obj-$(CONFIG_VIDEO_GC5025) += gc5025.o

1616
drivers/media/i2c/gc4653.c Normal file

File diff suppressed because it is too large Load Diff