summaryrefslogtreecommitdiff
path: root/zephyr/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers')
-rw-r--r--zephyr/drivers/cros_shi/cros_shi_npcx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/drivers/cros_shi/cros_shi_npcx.c b/zephyr/drivers/cros_shi/cros_shi_npcx.c
index 27ec8292aa..ba75eecdae 100644
--- a/zephyr/drivers/cros_shi/cros_shi_npcx.c
+++ b/zephyr/drivers/cros_shi/cros_shi_npcx.c
@@ -48,9 +48,9 @@ LOG_MODULE_REGISTER(cros_shi, LOG_LEVEL_DBG);
/*
* Timeout to wait for SHI request packet
*
- * This affects the slowest SPI clock we can support. A delay of 8192 us
- * permits a 512-byte request at 500 KHz, assuming the master starts sending
- * bytes as soon as it asserts chip select. That's as slow as we would
+ * This affects the slowest SPI clock we can support. A delay of 8192 us
+ * permits a 512-byte request at 500 KHz, assuming the SPI controller starts
+ * sending bytes as soon as it asserts chip select. That's as slow as we would
* practically want to run the SHI interface, since running it slower
* significantly impacts firmware update times.
*/