aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/rv3028c7/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/rv3028c7/chip.h')
-rw-r--r--src/drivers/i2c/rv3028c7/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/i2c/rv3028c7/chip.h b/src/drivers/i2c/rv3028c7/chip.h
index 0ac400531b..0ed86ffeff 100644
--- a/src/drivers/i2c/rv3028c7/chip.h
+++ b/src/drivers/i2c/rv3028c7/chip.h
@@ -35,6 +35,7 @@ enum charge_mode {
};
struct drivers_i2c_rv3028c7_config {
+ unsigned int bus_speed; /* Bus clock in Hz */
unsigned char user_weekday; /* User day of the week to set */
unsigned char user_day; /* User day to set */
unsigned char user_month; /* User month to set */