summaryrefslogtreecommitdiff
path: root/driver/ioexpander/it8801.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 /driver/ioexpander/it8801.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 'driver/ioexpander/it8801.h')
-rw-r--r--driver/ioexpander/it8801.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/ioexpander/it8801.h b/driver/ioexpander/it8801.h
index 2b16c40bd6..ec38bba6af 100644
--- a/driver/ioexpander/it8801.h
+++ b/driver/ioexpander/it8801.h
@@ -10,7 +10,8 @@
#define __CROS_EC_IO_EXPANDER_IT8801_H
/* I2C address flags (7-bit without R/W) */
-#define IT8801_I2C_ADDR 0x38
+#define IT8801_I2C_ADDR1 0x38
+#define IT8801_I2C_ADDR2 0x39
/* Keyboard Matrix Scan control (KBS) */
#define IT8801_REG_KSOMCR 0x40