spi/hspi: add device tree support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 25 Oct 2013 04:53:29 +0000 (21:53 -0700)
committerMark Brown <broonie@linaro.org>
Fri, 25 Oct 2013 08:49:56 +0000 (09:49 +0100)
Support for loading the Renesas HSPI driver via devicetree.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/spi/sh-hspi.txt [new file with mode: 0644]
drivers/spi/spi-sh-hspi.c

diff --git a/Documentation/devicetree/bindings/spi/sh-hspi.txt b/Documentation/devicetree/bindings/spi/sh-hspi.txt
new file mode 100644 (file)
index 0000000..30b57b1
--- /dev/null
@@ -0,0 +1,7 @@
+Renesas HSPI.
+
+Required properties:
+- compatible :         "renesas,hspi"
+- reg : Offset and length of the register set for the device
+- interrupts : interrupt line used by HSPI
+
Simple merge