summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/rv3028c7
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/rv3028c7')
-rw-r--r--src/drivers/i2c/rv3028c7/rv3028c7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/rv3028c7/rv3028c7.c b/src/drivers/i2c/rv3028c7/rv3028c7.c
index 87cbc24785..0a1e4b6872 100644
--- a/src/drivers/i2c/rv3028c7/rv3028c7.c
+++ b/src/drivers/i2c/rv3028c7/rv3028c7.c
@@ -251,6 +251,6 @@ static void rtc_enable(struct device *dev)
}
struct chip_operations drivers_i2c_rv3028c7_ops = {
- CHIP_NAME("RV-3028-C7")
+ .name = "RV-3028-C7",
.enable_dev = rtc_enable
};