]> git.sur5r.net Git - u-boot/commitdiff
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 fe755c05841d4e33f5a602847f2edf9f027394cd..be36d456206d871acb9341040de2d99c1f3ad3d7 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 b0993e5bf7e03fd9515b8aa55b380dbf9a08ebfc..1e1ca725577f46ae873fd66ca780bdd710c6b6b2 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>;