]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MLK-9659 ARM: dts reduce QSPI freq on imx6sx-17x17-arm2 board
authorAllen Xu <b45815@freescale.com>
Wed, 1 Oct 2014 22:25:49 +0000 (17:25 -0500)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:19:59 +0000 (21:19 -0600)
According to design spec on QSPI IO freq, reduce the freq to 29MHz.

Non-DQS mode:
-          SDR: 60MHz
-          DDR: 30Mhz

Signed-off-by: Allen Xu <b45815@freescale.com>
(cherry picked from commit da5d7175b84db47b8269a531e22a919d10d4bce9)

arch/arm/boot/dts/imx6sx-17x17-arm2.dts

index 74443c3587acce0867ffa4046b2c778bbed7a9cf..971416ca793a813db89d8e48c542fefe5cd2a7ec 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "micron,n25q256a";
-               spi-max-frequency = <53000000>;
+               spi-max-frequency = <29000000>;
                reg = <0>;
        };
 
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "micron,n25q256a";
-               spi-max-frequency = <53000000>;
+               spi-max-frequency = <29000000>;
                reg = <1>;
        };
 };