Skip to content

Commit

Permalink
spi: fsl-qspi: Enhance binding to extend example for flash entry
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ashish Kumar authored and Mark Brown committed Aug 22, 2019
1 parent a63af99 commit 303290e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};

Expand Down

0 comments on commit 303290e

Please sign in to comment.