summaryrefslogtreecommitdiff
path: root/board/cerise/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cerise/board.h')
-rw-r--r--board/cerise/board.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/cerise/board.h b/board/cerise/board.h
index d230c71513..5cf8c06f01 100644
--- a/board/cerise/board.h
+++ b/board/cerise/board.h
@@ -79,9 +79,12 @@
#define I2C_PORT_BATTERY 2
#define I2C_PORT_CHARGER board_get_charger_i2c()
#define I2C_PORT_SENSORS 1
-#define I2C_PORT_IO_EXPANDER_IT8801 1
+#define IT8801_KEYBOARD_PWM_I2C_PORT 1
#define I2C_PORT_VIRTUAL_BATTERY I2C_PORT_BATTERY
+/* IT8801 I2C address */
+#define IT8801_KEYBOARD_PWM_I2C_ADDR_FLAGS IT8801_I2C_ADDR1
+
/* Enable Accel over SPI */
#define CONFIG_SPI_ACCEL_PORT 0 /* The first SPI master port (SPI2) */