summaryrefslogtreecommitdiff
path: root/board/cr50
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50')
-rw-r--r--board/cr50/gpio.inc2
-rw-r--r--board/cr50/usb_spi.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/board/cr50/gpio.inc b/board/cr50/gpio.inc
index 887e2f4807..8fb67bd425 100644
--- a/board/cr50/gpio.inc
+++ b/board/cr50/gpio.inc
@@ -301,7 +301,7 @@ PINMUX(GPIO(DETECT_SERVO), B5, DIO_INPUT)
*/
/*
- * Both SPI master and slave buses are wired directly to specific pads
+ * Both SPI controller and peripheral buses are wired directly to specific pads
*
* If CONFIG_SPP is defined, these pads are used:
* DIOA2 = SPS_MOSI (input)
diff --git a/board/cr50/usb_spi.c b/board/cr50/usb_spi.c
index a58e14789a..4ba11d6f30 100644
--- a/board/cr50/usb_spi.c
+++ b/board/cr50/usb_spi.c
@@ -208,7 +208,7 @@ static void enable_ap_spi(uint8_t custom_reset)
}
/**
- * Enable the pin mux to the SPI master port.
+ * Enable the pin mux to the SPI controller port.
*/
static void enable_spi_pinmux(void)
{
@@ -235,7 +235,7 @@ static void enable_spi_pinmux(void)
}
/**
- * Disable the pin mux to the SPI master port.
+ * Disable the pin mux to the SPI controller port.
*/
static void disable_spi_pinmux(void)
{