File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ struct dw_spi_mscc {
68
68
((((val) << 1) | BIT(0)) << ELBA_SPICS_OFFSET(cs))
69
69
70
70
/*
71
- * The Designware SPI controller (referred to as host in the documentation)
71
+ * The Designware SPI controller (referred to as master in the documentation)
72
72
* automatically deasserts chip select when the tx fifo is empty. The chip
73
73
* selects then needs to be either driven as GPIOs or, for the first 4 using
74
74
* the SPI boot controller registers. the final chip select is an OR gate
@@ -142,7 +142,7 @@ static int dw_spi_mscc_jaguar2_init(struct platform_device *pdev,
142
142
}
143
143
144
144
/*
145
- * The Designware SPI controller (referred to as host in the
145
+ * The Designware SPI controller (referred to as master in the
146
146
* documentation) automatically deasserts chip select when the tx fifo
147
147
* is empty. The chip selects then needs to be driven by a CS override
148
148
* register. enable is an active low signal.
You can’t perform that action at this time.
0 commit comments