summaryrefslogtreecommitdiff
path: root/board/cerise/board.h
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2021-08-23 15:29:01 -0700
committerCommit Bot <commit-bot@chromium.org>2021-09-10 19:07:02 +0000
commit26c236e3cbaad22c24b3ee8b976223524fa16421 (patch)
tree5c5d1c874297d366f7b858cc995ab6fbd9d39bc3 /board/cerise/board.h
parent316b2b4456aa78d986b675dabe547b73c59a7097 (diff)
downloadchrome-ec-26c236e3cbaad22c24b3ee8b976223524fa16421.tar.gz
ioex: it8801: Support multiple I2C addresses
To avoid the I2C address contention between multiple I2C devices on same bus, added code to support multiple I2C addresses for it8801 I/O expander. BUG=none BRANCH=none TEST=make buildall -j Change-Id: I6985973f9ae3ce91383d3b568a851169e6a308af Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3115426 Commit-Queue: Keith Short <keithshort@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@google.com> Reviewed-by: Li Feng <li1.feng@intel.com>
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) */