aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/spi/spi-orion.txt
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-07-23 12:08:09 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-07-23 11:43:39 +0100
commitf814f9ac5a819542fdf6db97305db9da603c1eeb (patch)
tree02a558a9497634f1b001157cf46bc2e831d7521f /Documentation/devicetree/bindings/spi/spi-orion.txt
parentspi/omap2: mark omap2_mcspi_master_setup as __devinit (diff)
downloadlinux-dev-f814f9ac5a819542fdf6db97305db9da603c1eeb.tar.xz
linux-dev-f814f9ac5a819542fdf6db97305db9da603c1eeb.zip
spi/orion: add device tree binding
Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Jason Cooper <jason@lakedaemon.net> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/spi/spi-orion.txt')
-rw-r--r--Documentation/devicetree/bindings/spi/spi-orion.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-orion.txt b/Documentation/devicetree/bindings/spi/spi-orion.txt
new file mode 100644
index 000000000000..a3ff50fc76fb
--- /dev/null
+++ b/Documentation/devicetree/bindings/spi/spi-orion.txt
@@ -0,0 +1,19 @@
+Marvell Orion SPI device
+
+Required properties:
+- compatible : should be "marvell,orion-spi".
+- reg : offset and length of the register set for the device
+- cell-index : Which of multiple SPI controllers is this.
+Optional properties:
+- interrupts : Is currently not used.
+
+Example:
+ spi@10600 {
+ compatible = "marvell,orion-spi";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ cell-index = <0>;
+ reg = <0x10600 0x28>;
+ interrupts = <23>;
+ status = "disabled";
+ };