aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/spi/spi_pl022.txt
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2012-09-18 09:53:53 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-09-25 07:06:16 -0400
commit39a6ac11df6579df0361922f05c43f0fac8daa37 (patch)
tree6e8838fc000f9ff56d3f09e9beeb8ea561455e16 /Documentation/devicetree/bindings/spi/spi_pl022.txt
parent5bee3b94d945851d6cb624a5e6808d9a815ebca0 (diff)
spi/pl022: Devicetree support w/o platform data
Even with devicetree support, we needed platform data to provide some data, leading to mixed device tree and platform data. This patch makes it possible to provide all that information via device tree. Now, the data must be provided via platform data _or_ device tree completely. Only in case of DMA where a callback specification is necessary (dma_filter()), platform data is the only option. Signed-off-by: Roland Stigge <stigge@antcom.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/spi/spi_pl022.txt')
-rw-r--r--Documentation/devicetree/bindings/spi/spi_pl022.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi_pl022.txt b/Documentation/devicetree/bindings/spi/spi_pl022.txt
index 877f832c30ae..f158fd31cfda 100644
--- a/Documentation/devicetree/bindings/spi/spi_pl022.txt
+++ b/Documentation/devicetree/bindings/spi/spi_pl022.txt
@@ -10,6 +10,13 @@ Optional properties:
10- cs-gpios : should specify GPIOs used for chipselects. 10- cs-gpios : should specify GPIOs used for chipselects.
11 The gpios will be referred to as reg = <index> in the SPI child nodes. 11 The gpios will be referred to as reg = <index> in the SPI child nodes.
12 If unspecified, a single SPI device without a chip select can be used. 12 If unspecified, a single SPI device without a chip select can be used.
13- pl022,autosuspend-delay : delay in ms following transfer completion before
14 the runtime power management system suspends the
15 device. A setting of 0 indicates no delay and the
16 device will be suspended immediately
17- pl022,rt : indicates the controller should run the message pump with realtime
18 priority to minimise the transfer latency on the bus (boolean)
19
13 20
14SPI slave nodes must be children of the SPI master node and can 21SPI slave nodes must be children of the SPI master node and can
15contain the following properties. 22contain the following properties.