Message ID | 20190329182838.6492-1-dinguyen@kernel.org (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 5fc670a87e31be7327ea4fa3865fc746965b867b |
Headers | show |
Series | arm64: dts: stratix10: increase QSPI max frequency to 100MHz | expand |
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index c26f11a2089a..d037563ad21c 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts @@ -160,7 +160,7 @@ #size-cells = <1>; compatible = "n25q00a"; reg = <0>; - spi-max-frequency = <50000000>; + spi-max-frequency = <100000000>; m25p,fast-read; cdns,page-size = <256>;
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)