diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-14 08:33:34 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 07:36:56 +0800 |
commit | 15a56f9cb73fbf832e4ade37651605eb9662b388 (patch) | |
tree | d42dc6b4e341a0853bbf8ca4bf71e2e6b437fba7 /doc | |
parent | da2f838d8a6f72dfe4bdea529d3e98826fba5e8a (diff) | |
download | u-boot-15a56f9cb73fbf832e4ade37651605eb9662b388.tar.gz u-boot-15a56f9cb73fbf832e4ade37651605eb9662b388.tar.bz2 u-boot-15a56f9cb73fbf832e4ade37651605eb9662b388.zip |
spi : convert altera_spi to driver model
Convert altera_spi to driver model
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-tree-bindings/spi/spi_altera.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/spi/spi_altera.txt b/doc/device-tree-bindings/spi/spi_altera.txt new file mode 100644 index 0000000000..de4fae8318 --- /dev/null +++ b/doc/device-tree-bindings/spi/spi_altera.txt @@ -0,0 +1,4 @@ +Altera SPI + +Required properties: +- compatible : should be "altr,spi-1.0". |