diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2021-03-23 10:55:15 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2021-03-30 05:51:30 -0500 |
commit | 0501418e4439d4ba2644b9d9a52287002fbc7553 (patch) | |
tree | d489e2ca4860d4a752d12062208e8730d1e2ebb6 /arch/arm64 | |
parent | 4a3b394f78e1a70f6d0c0ebb4a0ab78013d6c304 (diff) |
arm64: dts: intel: adjust qpsi read-delay property
The "cnds,read-delay" value needs to be 2 for the Agilex devkit.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts index f14a89ca8784..0f7a0ba344be 100644 --- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts +++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts @@ -113,7 +113,7 @@ m25p,fast-read; cdns,page-size = <256>; cdns,block-size = <16>; - cdns,read-delay = <1>; + cdns,read-delay = <2>; cdns,tshsl-ns = <50>; cdns,tsd2d-ns = <50>; cdns,tchsh-ns = <4>; |