summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-04-20 14:31:50 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-08 08:12:46 +0000
commit4fd95d12acb443065832b5eb91d82538d59a7730 (patch)
tree48f292fb35582ad2cd0408cd24110d876a6dd580
parenta4dc0476c7b0955fbc8d0885a5d442bc41504db4 (diff)
downloadchrome-ec-4fd95d12acb443065832b5eb91d82538d59a7730.tar.gz
COIL: Update IT8801 address comment
Update the comment for the IT8801 i2c address to match new i2c conventions. BRANCH=None BUG=None TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I868c9416a3b36396154df41f2e026691de75491c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2946314 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Commit-Queue: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--driver/ioexpander/it8801.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ioexpander/it8801.h b/driver/ioexpander/it8801.h
index 25a82fe617..2b16c40bd6 100644
--- a/driver/ioexpander/it8801.h
+++ b/driver/ioexpander/it8801.h
@@ -9,7 +9,7 @@
#ifndef __CROS_EC_IO_EXPANDER_IT8801_H
#define __CROS_EC_IO_EXPANDER_IT8801_H
-/* I2C slave address(7-bit without R/W) */
+/* I2C address flags (7-bit without R/W) */
#define IT8801_I2C_ADDR 0x38
/* Keyboard Matrix Scan control (KBS) */