diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-06-28 15:33:33 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-28 15:35:48 -0400 |
commit | 0fb7620fba7feb977a5138f8d7f6b42514f81ea9 (patch) | |
tree | 12564fb64c22988ad8976f6cfdcfaf80e65afea4 | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
spi: Fix typo in devicetree/bindings/spi
This patch fix spelling typos found in
Documentation/devicetree/bingings/spi.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-davinci.txt | 2 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/spi/ti_qspi.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-davinci.txt b/Documentation/devicetree/bindings/spi/spi-davinci.txt index d1e914adcf6e..f5916c92fe91 100644 --- a/Documentation/devicetree/bindings/spi/spi-davinci.txt +++ b/Documentation/devicetree/bindings/spi/spi-davinci.txt | |||
@@ -21,7 +21,7 @@ Required properties: | |||
21 | IP to the interrupt controller within the SoC. Possible values | 21 | IP to the interrupt controller within the SoC. Possible values |
22 | are 0 and 1. Manual says one of the two possible interrupt | 22 | are 0 and 1. Manual says one of the two possible interrupt |
23 | lines can be tied to the interrupt controller. Set this | 23 | lines can be tied to the interrupt controller. Set this |
24 | based on a specifc SoC configuration. | 24 | based on a specific SoC configuration. |
25 | - interrupts: interrupt number mapped to CPU. | 25 | - interrupts: interrupt number mapped to CPU. |
26 | - clocks: spi clk phandle | 26 | - clocks: spi clk phandle |
27 | 27 | ||
diff --git a/Documentation/devicetree/bindings/spi/ti_qspi.txt b/Documentation/devicetree/bindings/spi/ti_qspi.txt index 50b14f6b53a3..e65fde4a7388 100644 --- a/Documentation/devicetree/bindings/spi/ti_qspi.txt +++ b/Documentation/devicetree/bindings/spi/ti_qspi.txt | |||
@@ -20,7 +20,7 @@ Optional properties: | |||
20 | chipselect register and offset of that register. | 20 | chipselect register and offset of that register. |
21 | 21 | ||
22 | NOTE: TI QSPI controller requires different pinmux and IODelay | 22 | NOTE: TI QSPI controller requires different pinmux and IODelay |
23 | paramaters for Mode-0 and Mode-3 operations, which needs to be set up by | 23 | parameters for Mode-0 and Mode-3 operations, which needs to be set up by |
24 | the bootloader (U-Boot). Default configuration only supports Mode-0 | 24 | the bootloader (U-Boot). Default configuration only supports Mode-0 |
25 | operation. Hence, "spi-cpol" and "spi-cpha" DT properties cannot be | 25 | operation. Hence, "spi-cpol" and "spi-cpha" DT properties cannot be |
26 | specified in the slave nodes of TI QSPI controller without appropriate | 26 | specified in the slave nodes of TI QSPI controller without appropriate |