ARM: dts: arria10: Modify QSPI read_delay for Arria10
authorDinh Nguyen <dinguyen@kernel.org>
Tue, 24 Sep 2019 01:30:43 +0000 (20:30 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 14 Oct 2019 15:25:09 +0000 (10:25 -0500)
The default read delay for Arria10 QSPI module should be 3 on the
Arria10 devkit.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts

index b4c0a76a4d1af2a1e51d1d82cb58d43b07888e0c..2b645642b9352c13d2d0797d68a2053ec35df597 100644 (file)
@@ -19,7 +19,7 @@
                m25p,fast-read;
                cdns,page-size = <256>;
                cdns,block-size = <16>;
-               cdns,read-delay = <4>;
+               cdns,read-delay = <3>;
                cdns,tshsl-ns = <50>;
                cdns,tsd2d-ns = <50>;
                cdns,tchsh-ns = <4>;