summaryrefslogtreecommitdiff
path: root/chip/npcx/shi.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/shi.c')
-rw-r--r--chip/npcx/shi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/chip/npcx/shi.c b/chip/npcx/shi.c
index 0d62f92c03..503a52807e 100644
--- a/chip/npcx/shi.c
+++ b/chip/npcx/shi.c
@@ -70,11 +70,11 @@
/*
* 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
- * practically want to run the SHI interface, since running it slower
- * significantly impacts firmware update times.
+ * This affects the slowest SPI clock we can support. A delay of 8192
+ * us permits a 512-byte request at 500 KHz, assuming the 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.
*/
#define SHI_CMD_RX_TIMEOUT_US 8192