diff options
author | Ashish Kumar <Ashish.Kumar@nxp.com> | 2019-08-13 12:23:11 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-22 21:06:52 +0200 |
commit | 303290e130bfd504a8230f49e545f6b91e120553 (patch) | |
tree | dbda5b6a50e552ba361d3ed726da222f3e8045a4 /Documentation/devicetree/bindings/spi | |
parent | spi: spi-fsl-dspi: Move dspi_interrupt above dspi_transfer_one_message (diff) | |
download | linux-303290e130bfd504a8230f49e545f6b91e120553.tar.xz linux-303290e130bfd504a8230f49e545f6b91e120553.zip |
spi: fsl-qspi: Enhance binding to extend example for flash entry
Add example for adding flash entry on various boards' dts
using flash manufacture spansion/cypress.
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Link: https://lore.kernel.org/r/1565691791-26167-3-git-send-email-Ashish.Kumar@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt index e8f1d627d288..1b23cfd7b39b 100644 --- a/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt @@ -34,7 +34,11 @@ qspi0: quadspi@40044000 { clock-names = "qspi_en", "qspi"; flash0: s25fl128s@0 { - .... + #address-cells = <1>; + #size-cells = <1>; + compatible = "spansion,s25fl128s", "jedec,spi-nor"; + spi-max-frequency = <50000000>; + reg = <0>; }; }; |