Commit 84295f2a202b6c062ec17e148e3418af0db795f5

Authored by Vignesh R
Committed by Tom Rini
1 parent 4d0fec0e69

ARM: dts: dra7xx: Update spi-max-frequency for qspi slave node

Update the spi-max-frequency property of m25p80 flash slave to match
that of TI QSPI controller node, so that QSPI operations happen at
maximum supported frequency of 76.8MHz.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

arch/arm/dts/dra7-evm.dts
... ... @@ -505,7 +505,7 @@
505 505 spi-max-frequency = <76800000>;
506 506 m25p80@0 {
507 507 compatible = "s25fl256s1","spi-flash";
508   - spi-max-frequency = <64000000>;
  508 + spi-max-frequency = <76800000>;
509 509 reg = <0>;
510 510 spi-tx-bus-width = <1>;
511 511 spi-rx-bus-width = <4>;
arch/arm/dts/dra72-evm-common.dtsi
... ... @@ -441,7 +441,7 @@
441 441 spi-max-frequency = <76800000>;
442 442 m25p80@0 {
443 443 compatible = "s25fl256s1", "spi-flash";
444   - spi-max-frequency = <64000000>;
  444 + spi-max-frequency = <76800000>;
445 445 reg = <0>;
446 446 spi-tx-bus-width = <1>;
447 447 spi-rx-bus-width = <4>;