aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2011-02-14 10:10:43 +0800
committerGrant Likely <grant.likely@secretlab.ca>2011-02-22 14:59:53 -0700
commit0b782531c038d4a4bded3fc1069c961b1f14f0de (patch)
treebe30f4510cd5e95dc252613a8da5df5e7fed1c01 /Documentation/devicetree
parentce792580ea2ce6f7259b45124e9ccc4574c31606 (diff)
downloadkernel_samsung_smdk4412-0b782531c038d4a4bded3fc1069c961b1f14f0de.zip
kernel_samsung_smdk4412-0b782531c038d4a4bded3fc1069c961b1f14f0de.tar.gz
kernel_samsung_smdk4412-0b782531c038d4a4bded3fc1069c961b1f14f0de.tar.bz2
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/devicetree')
-rw-r--r--Documentation/devicetree/bindings/spi/spi_altera.txt4
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 0000000..dda3759
--- /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".