summaryrefslogtreecommitdiff
path: root/board/cr50/board.c
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-06 08:50:24 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-08 00:24:12 +0000
commita1b83207fbbeb97471cb234576af59287a5d88ed (patch)
tree395333c47a5d43973e08a3488550de1d8ec1d0cf /board/cr50/board.c
parent22088bd1a47ed7f09f35e5b4dd1efdc45b5855a3 (diff)
downloadchrome-ec-a1b83207fbbeb97471cb234576af59287a5d88ed.tar.gz
coil: cleanup i2c comments
Remove coil terms from i2c comments BUG=b:175244613 TEST=make buildall -j Change-Id: If056c099304e1fa676991e22ddaa9cb91ccfdeb3 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613509 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'board/cr50/board.c')
-rw-r--r--board/cr50/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index 6968ac44bb..1f5ad35e3b 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -570,7 +570,7 @@ void pmu_wakeup_interrupt(void)
reset_wake_logic();
/*
- * Delay sleep long enough for a SPI slave transaction to start
+ * Delay sleep long enough for a SPI periph transaction to start
* or for the system to be reset.
*/
delay_sleep_by(5 * SECOND);
@@ -589,7 +589,7 @@ DECLARE_IRQ(GC_IRQNUM_PMU_INTR_WAKEUP_INT, pmu_wakeup_interrupt, 1);
void board_configure_deep_sleep_wakepins(void)
{
/*
- * Disable the i2c and spi slave wake sources since the TPM is
+ * Disable the i2c and spi periph wake sources since the TPM is
* not being used and reenable them in their init functions on
* resume.
*/
@@ -1591,7 +1591,7 @@ void i2cp_set_pinmux(void)
/*
* Provide access to the SDA line to be able to detect 'hosed i2c
- * slave' condition.
+ * periph' condition.
*/
GWRITE(PINMUX, GPIO0_GPIO14_SEL, GC_PINMUX_DIOA1_SEL);