From: Dinh Nguyen Date: Tue, 24 Sep 2019 01:30:43 +0000 (-0500) Subject: ARM: dts: arria10: Modify QSPI read_delay for Arria10 X-Git-Tag: v5.5-rc1~39^2~38^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e683c4b078d824ba1620477efee6be6f4ed647f9;p=linux-block.git ARM: dts: arria10: Modify QSPI read_delay for Arria10 The default read delay for Arria10 QSPI module should be 3 on the Arria10 devkit. Signed-off-by: Dinh Nguyen --- diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts b/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts index b4c0a76a4d1a..2b645642b935 100644 --- a/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts +++ b/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts @@ -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>;