drivers: video: gc2145: fixes the prefix
of the compatible driver, use galaxycore instead of gc. Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
This commit is contained in:
parent
9bba5141f5
commit
c24e8a3820
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
config VIDEO_GC2145
|
||||
bool "GC2145 CMOS digital image sensor"
|
||||
select I2C
|
||||
depends on DT_HAS_GC_GC2145_ENABLED
|
||||
depends on DT_HAS_GALAXYCORE_GC2145_ENABLED
|
||||
default y
|
||||
help
|
||||
Enable driver for GC2145 CMOS digital image sensor device.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#define DT_DRV_COMPAT gc_gc2145
|
||||
#define DT_DRV_COMPAT galaxycore_gc2145
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/device.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
description: Galaxy Core GC2145 CMOS video sensor
|
||||
|
||||
compatible: "gc,gc2145"
|
||||
compatible: "galaxycore,gc2145"
|
||||
|
||||
include: i2c-device.yaml
|
||||
|
||||
Loading…
Reference in a new issue