media: i2c: add sensor gc2375h

Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
Change-Id: Iedaaeb2ed7b260d42f3e533c14d8b3b4b77c6477
This commit is contained in:
Wang Panzhenzhuan
2020-05-13 11:45:42 +08:00
committed by Tao Huang
parent 68fb893b10
commit 331715230f
3 changed files with 1587 additions and 0 deletions

View File

@@ -1276,6 +1276,17 @@ config VIDEO_GC2355
To compile this driver as a module, choose M here: the
module will be called gc2355.
config VIDEO_GC2375H
tristate "GalaxyCore GC2375h sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the GalaxyCore GC2375h sensor.
To compile this driver as a module, choose M here: the
module will be called gc2375h.
config VIDEO_GC2385
tristate "GalaxyCore GC2385 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -139,6 +139,7 @@ obj-$(CONFIG_VIDEO_GC2053) += gc2053.o
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
obj-$(CONFIG_VIDEO_GC2155) += gc2155.o
obj-$(CONFIG_VIDEO_GC2355) += gc2355.o
obj-$(CONFIG_VIDEO_GC2375H) += gc2375h.o
obj-$(CONFIG_VIDEO_GC2385) += gc2385.o
obj-$(CONFIG_VIDEO_GC4C33) += gc4c33.o
obj-$(CONFIG_VIDEO_GC5024) += gc5024.o

1575
drivers/media/i2c/gc2375h.c Normal file

File diff suppressed because it is too large Load Diff