diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-29 16:36:53 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-29 16:36:53 -0500 |
commit | 6d4a3ff2649faa2cf2739e332557f256cc34831e (patch) | |
tree | 0d732648670188246051bd404544c3612f920d62 /doc | |
parent | 93e72ac472b537bb4b0c6a97a7e6aab2b37860c6 (diff) | |
parent | 30bade20a67a8205e10d006d8e1ac66552c1b137 (diff) | |
download | u-boot-6d4a3ff2649faa2cf2739e332557f256cc34831e.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-tree-bindings/spi/spi-cadence.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/spi/spi-cadence.txt b/doc/device-tree-bindings/spi/spi-cadence.txt index 74c82080fc..69e02c1c4b 100644 --- a/doc/device-tree-bindings/spi/spi-cadence.txt +++ b/doc/device-tree-bindings/spi/spi-cadence.txt @@ -2,7 +2,7 @@ Cadence QSPI controller device tree bindings -------------------------------------------- Required properties: -- compatible : should be "cadence,qspi". +- compatible : should be "cdns,qspi-nor" - reg : 1.Physical base address and size of SPI registers map. 2. Physical base address & size of NOR Flash. - clocks : Clock phandles (see clock bindings for details). |