]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: stratix10: increase QSPI max frequency to 100MHz
authorDinh Nguyen <dinguyen@kernel.org>
Fri, 29 Mar 2019 18:22:57 +0000 (13:22 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Fri, 29 Mar 2019 18:22:57 +0000 (13:22 -0500)
The Stratix10 devkit's QSPI can support up to 100MHz.

Cc: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts

index c26f11a2089ac3edabb6b7d73c824092042cfae9..d037563ad21ca5f6f992bb2c5b7ef74628342a90 100644 (file)
@@ -160,7 +160,7 @@ flash@0 {
                #size-cells = <1>;
                compatible = "n25q00a";
                reg = <0>;
-               spi-max-frequency = <50000000>;
+               spi-max-frequency = <100000000>;
 
                m25p,fast-read;
                cdns,page-size = <256>;