aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/rx6110sa/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/rx6110sa/chip.h')
-rw-r--r--src/drivers/i2c/rx6110sa/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/i2c/rx6110sa/chip.h b/src/drivers/i2c/rx6110sa/chip.h
index 46ef7f1e3a..4df95806ac 100644
--- a/src/drivers/i2c/rx6110sa/chip.h
+++ b/src/drivers/i2c/rx6110sa/chip.h
@@ -3,6 +3,7 @@
#include "rx6110sa.h"
struct drivers_i2c_rx6110sa_config {
+ unsigned int bus_speed; /* Bus clock in Hz (default 400 kHz)*/
/* The day (of the week) is indicated by 7 bits, bit 0 to bit 6. */
unsigned char user_weekday; /* User day of the week to set */
unsigned char user_day; /* User day to set */