Commit e683c4b0 authored by Dinh Nguyen's avatar Dinh Nguyen

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: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 54ecb8f7
......@@ -19,7 +19,7 @@ flash0: n25q00@0 {
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>;
......
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