aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/spi/sh-msiof.txt
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>2014-02-25 05:21:08 -0500
committerMark Brown <broonie@linaro.org>2014-02-27 05:33:47 -0500
commit32d3b2d1ddeafe105ab6f738fba427242141194e (patch)
tree66074650e2ae2eb772472b50ffcb62287dd61802 /Documentation/devicetree/bindings/spi/sh-msiof.txt
parent4867147bcde8fa94f56fc6e8149c57ca65c4e5ed (diff)
spi: sh-msiof: Improve bindings
Documentation: - Add missing "interrupt-parent", "#address-cells", "#size-cells", and "clocks" properties, - Add missing default values for "num-cs", "renesas,tx-fifo-size" and "renesas,rx-fifo-size", - Add a reference to the pinctrl documentation. Implementation: - As "num-cs" is marked optional, provide a sensible default. Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi/sh-msiof.txt')
-rw-r--r--Documentation/devicetree/bindings/spi/sh-msiof.txt24
1 files changed, 17 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt
index e6222106ca36..eae3c8c9300e 100644
--- a/Documentation/devicetree/bindings/spi/sh-msiof.txt
+++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt
@@ -1,12 +1,22 @@
1Renesas MSIOF spi controller 1Renesas MSIOF spi controller
2 2
3Required properties: 3Required properties:
4- compatible : "renesas,sh-msiof" for SuperH or 4- compatible : "renesas,sh-msiof" for SuperH, or
5 "renesas,sh-mobile-msiof" for SH Mobile series 5 "renesas,sh-mobile-msiof" for SH Mobile series.
6- reg : Offset and length of the register set for the device 6- reg : Offset and length of the register set for the device
7- interrupts : interrupt line used by MSIOF 7- interrupt-parent : The phandle for the interrupt controller that
8 services interrupts for this device
9- interrupts : Interrupt specifier
10- #address-cells : Must be <1>
11- #size-cells : Must be <0>
8 12
9Optional properties: 13Optional properties:
10- num-cs : total number of chip-selects 14- clocks : Must contain a reference to the functional clock.
11- renesas,tx-fifo-size : Overrides the default tx fifo size given in words 15- num-cs : Total number of chip-selects (default is 1)
12- renesas,rx-fifo-size : Overrides the default rx fifo size given in words 16- renesas,tx-fifo-size : Overrides the default tx fifo size given in words
17 (default is 64)
18- renesas,rx-fifo-size : Overrides the default rx fifo size given in words
19 (default is 64)
20
21Pinctrl properties might be needed, too. See
22Documentation/devicetree/bindings/pinctrl/renesas,*.