diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-10-24 21:53:29 -0700 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-25 09:49:56 +0100 |
commit | e5f7825cda366809153701e8bb89123bd973be00 (patch) | |
tree | 91616d3f28d4fe886f462d04436ea73c7a322c11 /Documentation/devicetree/bindings/spi | |
parent | a29c8ae7187aee902d37d7677255de726614e43e (diff) | |
download | op-kernel-dev-e5f7825cda366809153701e8bb89123bd973be00.zip op-kernel-dev-e5f7825cda366809153701e8bb89123bd973be00.tar.gz |
spi/hspi: add device tree support
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>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/sh-hspi.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/sh-hspi.txt b/Documentation/devicetree/bindings/spi/sh-hspi.txt new file mode 100644 index 0000000..30b57b1 --- /dev/null +++ b/Documentation/devicetree/bindings/spi/sh-hspi.txt @@ -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 + |