Skip to content

Commit

Permalink
spi: Fix typo in devicetree/bindings/spi
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Mark Brown committed Jun 28, 2016
1 parent 1a695a9 commit 0fb7620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/spi/spi-davinci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Required properties:
IP to the interrupt controller within the SoC. Possible values
are 0 and 1. Manual says one of the two possible interrupt
lines can be tied to the interrupt controller. Set this
based on a specifc SoC configuration.
based on a specific SoC configuration.
- interrupts: interrupt number mapped to CPU.
- clocks: spi clk phandle

Expand Down
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/spi/ti_qspi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Optional properties:
chipselect register and offset of that register.

NOTE: TI QSPI controller requires different pinmux and IODelay
paramaters for Mode-0 and Mode-3 operations, which needs to be set up by
parameters for Mode-0 and Mode-3 operations, which needs to be set up by
the bootloader (U-Boot). Default configuration only supports Mode-0
operation. Hence, "spi-cpol" and "spi-cpha" DT properties cannot be
specified in the slave nodes of TI QSPI controller without appropriate
Expand Down

0 comments on commit 0fb7620

Please sign in to comment.