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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;