ARM: dts: dra7xx: Update spi-max-frequency for qspi slave node
authorVignesh R <vigneshr@ti.com>
Sat, 5 Nov 2016 10:35:15 +0000 (16:05 +0530)
committerTom Rini <trini@konsulko.com>
Sun, 13 Nov 2016 20:54:37 +0000 (15:54 -0500)
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>
arch/arm/dts/dra7-evm.dts
arch/arm/dts/dra72-evm-common.dtsi

index fe755c0..be36d45 100644 (file)
        spi-max-frequency = <76800000>;
        m25p80@0 {
                compatible = "s25fl256s1","spi-flash";
-               spi-max-frequency = <64000000>;
+               spi-max-frequency = <76800000>;
                reg = <0>;
                spi-tx-bus-width = <1>;
                spi-rx-bus-width = <4>;
index b0993e5..1e1ca72 100644 (file)
        spi-max-frequency = <76800000>;
        m25p80@0 {
                compatible = "s25fl256s1", "spi-flash";
-               spi-max-frequency = <64000000>;
+               spi-max-frequency = <76800000>;
                reg = <0>;
                spi-tx-bus-width = <1>;
                spi-rx-bus-width = <4>;