Skip to content

Commit e683c4b

Browse files
author
Dinh Nguyen
committed
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 <dinguyen@kernel.org>
1 parent 54ecb8f commit e683c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
m25p,fast-read;
2020
cdns,page-size = <256>;
2121
cdns,block-size = <16>;
22-
cdns,read-delay = <4>;
22+
cdns,read-delay = <3>;
2323
cdns,tshsl-ns = <50>;
2424
cdns,tsd2d-ns = <50>;
2525
cdns,tchsh-ns = <4>;

0 commit comments

Comments
 (0)