summaryrefslogtreecommitdiff
path: root/board/cr50/board.c
diff options
context:
space:
mode:
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);