summaryrefslogtreecommitdiff
path: root/driver/charger/isl923x.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/charger/isl923x.h')
-rw-r--r--driver/charger/isl923x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/charger/isl923x.h b/driver/charger/isl923x.h
index 5e32a76938..6512ecc105 100644
--- a/driver/charger/isl923x.h
+++ b/driver/charger/isl923x.h
@@ -8,7 +8,7 @@
#ifndef __CROS_EC_ISL923X_H
#define __CROS_EC_ISL923X_H
-#define ISL923X_ADDR__7bf (0x09)
+#define ISL923X_ADDR_FLAGS (0x09)
/* Registers */
#define ISL923X_REG_CHG_CURRENT 0x14
@@ -296,5 +296,5 @@ enum isl9237_fsm_state {
#define INPUT_I_MIN 4
#define INPUT_I_STEP 4
-#define I2C_ADDR_CHARGER__7bf ISL923X_ADDR__7bf
+#define I2C_ADDR_CHARGER_FLAGS ISL923X_ADDR_FLAGS
#endif /* __CROS_EC_ISL923X_H */