summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 17:56:31 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-07 19:22:02 +0000
commiteb43224368e18701741f1c7cbcc5563a61daa7a1 (patch)
tree83bad3fc6ba5c26e0f5ee666716e6007d6770a31 /include
parentb39d6726cbc4f3d14cadaaa0c18a2883cfa1d962 (diff)
downloadchrome-ec-eb43224368e18701741f1c7cbcc5563a61daa7a1.tar.gz
coil: rename I2CS gpios
We can't change the register names at this point. We can only change the gpios. This changes the gpio names. BUG=b:175244613 TEST=make buildall -j Change-Id: I0dadd84bbb3d19011e86428b79d0cb08321c35e3 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2611762 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i2c.h b/include/i2c.h
index 83cd05b77a..c3cfa08548 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -520,7 +520,7 @@ void i2c_trace_notify(int port, uint16_t periph_addr_flags,
int direction, const uint8_t *data, size_t size);
/*
- * Interrupt handler of GPIO_MONITOR_I2CS_SDA.
+ * Interrupt handler of GPIO_MONITOR_I2CP_SDA.
* Its role is to detect any transaction start during INT_AP_L
* assertion and to deassert INT_AP_L.
*/