Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 -1
+1 -1
arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts
··· 19 19 m25p,fast-read; 20 20 cdns,page-size = <256>; 21 21 cdns,block-size = <16>; 22 - cdns,read-delay = <4>; 22 + cdns,read-delay = <3>; 23 23 cdns,tshsl-ns = <50>; 24 24 cdns,tsd2d-ns = <50>; 25 25 cdns,tchsh-ns = <4>;