Commit 5fc670a8 authored by Dinh Nguyen's avatar Dinh Nguyen

arm64: dts: stratix10: increase QSPI max frequency to 100MHz

The Stratix10 devkit's QSPI can support up to 100MHz.

Cc: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 922bfb7c
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment