]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: dts: dra7xx: Update spi-max-frequency for QSPI
authorVignesh R <vigneshr@ti.com>
Mon, 25 Jul 2016 10:15:47 +0000 (15:45 +0530)
committerJagan Teki <jteki@openedev.com>
Fri, 29 Jul 2016 18:45:00 +0000 (00:15 +0530)
According to AM572x DM SPRS953A, QSPI max bus speed is 76.8MHz.
Therefore update the spi-max-frequency value of QSPI node for DRA74 and
DRA72 evm. This increase flash read speed by ~2MB/s.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com>
arch/arm/dts/dra7-evm.dts
arch/arm/dts/dra72-evm.dts

index 429b9edc1b2b4f547fa844a92a97e0fa4123003f..8b77a761d2117d1eac1473248f116dfb21d44301 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&qspi1_pins>;
 
-       spi-max-frequency = <64000000>;
+       spi-max-frequency = <76800000>;
        m25p80@0 {
                compatible = "s25fl256s1","spi-flash";
                spi-max-frequency = <64000000>;
index ced2f1166d8c2ddb5d57e33fcf853a91daf9cf5e..c7c5d40adac72f6cb2aaefbe246cc1f824302843 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&qspi1_pins>;
 
-       spi-max-frequency = <64000000>;
+       spi-max-frequency = <76800000>;
        m25p80@0 {
                compatible = "s25fl256s1","spi-flash";
                spi-max-frequency = <64000000>;