Skip to content

Commit cd17ad2

Browse files
committed
drivers: video: gc2145: fixes the prefix
of the compatible driver, use galaxycore instead of gc. Signed-off-by: Felipe Neves <[email protected]>
1 parent 50b07f9 commit cd17ad2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/video/Kconfig.gc2145

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
config VIDEO_GC2145
55
bool "GC2145 CMOS digital image sensor"
66
select I2C
7-
depends on DT_HAS_GC_GC2145_ENABLED
7+
depends on DT_HAS_GALAXYCORE_GC2145_ENABLED
88
default y
99
help
1010
Enable driver for GC2145 CMOS digital image sensor device.

drivers/video/gc2145.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#define DT_DRV_COMPAT gc_gc2145
7+
#define DT_DRV_COMPAT galaxycore_gc2145
88
#include <zephyr/kernel.h>
99
#include <zephyr/device.h>
1010

dts/bindings/video/gc,gc2145.yaml renamed to dts/bindings/video/galaxycore,gc2145.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
description: Galaxy Core GC2145 CMOS video sensor
55

6-
compatible: "gc,gc2145"
6+
compatible: "galaxycore,gc2145"
77

88
include: i2c-device.yaml
99

0 commit comments

Comments
 (0)