diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2011-02-14 10:10:43 +0800 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-02-22 14:59:53 -0700 |
commit | 0b782531c038d4a4bded3fc1069c961b1f14f0de (patch) | |
tree | be30f4510cd5e95dc252613a8da5df5e7fed1c01 /Documentation | |
parent | ce792580ea2ce6f7259b45124e9ccc4574c31606 (diff) | |
download | talos-obmc-linux-0b782531c038d4a4bded3fc1069c961b1f14f0de.tar.gz talos-obmc-linux-0b782531c038d4a4bded3fc1069c961b1f14f0de.zip |
spi: New driver for Altera SPI
This patch adds a new SPI driver to support the Altera SOPC Builder
SPI component. It uses the bitbanging library.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi_altera.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi_altera.txt b/Documentation/devicetree/bindings/spi/spi_altera.txt new file mode 100644 index 000000000000..dda375943506 --- /dev/null +++ b/Documentation/devicetree/bindings/spi/spi_altera.txt @@ -0,0 +1,4 @@ +Altera SPI + +Required properties: +- compatible : should be "ALTR,spi-1.0". |