Skip to content

Commit

Permalink
ARM: dts: arria10: Modify QSPI read_delay for Arria10
Browse files Browse the repository at this point in the history
The default read delay for Arria10 QSPI module should be 3 on the
Arria10 devkit.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
  • Loading branch information
Dinh Nguyen committed Oct 14, 2019
1 parent 54ecb8f commit e683c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit e683c4b

Please sign in to comment.