summaryrefslogtreecommitdiff
path: root/board/cr50/gpio.inc
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-06 11:51:01 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-10 06:34:45 +0000
commit26d8175b4845587a3ed30f9c2a7c5a7d37865bcd (patch)
treee87f1209b4e53582e819b2b5469c7b44ba8ad5b6 /board/cr50/gpio.inc
parenteb813744e390921b3ef799df3e445eae0ee46432 (diff)
downloadchrome-ec-26d8175b4845587a3ed30f9c2a7c5a7d37865bcd.tar.gz
coil: rename spi_master to spi_controller
BUG=b:175244613 TEST=make buildall -j Change-Id: If7b5829294a3d4d8a68042f1a8d449e8e6ef158e Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615124 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'board/cr50/gpio.inc')
-rw-r--r--board/cr50/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/gpio.inc b/board/cr50/gpio.inc
index 6b8b563314..887e2f4807 100644
--- a/board/cr50/gpio.inc
+++ b/board/cr50/gpio.inc
@@ -317,7 +317,7 @@ PINMUX(GPIO(DETECT_SERVO), B5, DIO_INPUT)
* DIOA14 = SPI_CS_L (output)
* The pads are only connected to the module outputs when SPI is enabled to
* avoid interfering with other things on the board.
- * Note: Double-check to be sure these are configured in spi_master.c
+ * Note: Double-check to be sure these are configured in spi_controller.c
*/
PINMUX(GPIO(SPI_MOSI), A4, DIO_OUTPUT)
PINMUX(GPIO(SPI_CLK), A8, DIO_OUTPUT)