From 64de7165e5bce0d6f811795bc5a0a81165eb58ca Mon Sep 17 00:00:00 2001 From: Daniel Gimpelevich Date: Fri, 24 Jun 2016 17:00:29 +0200 Subject: lantiq: Slow down SPI flash on the DGN3500 The bootloader uses 30 MHz as the SPI frequency for flash on the Germany and North America models, and 50 MHz for it on the worldwide model, but the Lantiq SPI driver in OpenWrt and LEDE may access the flash differently such that writes are capped at 20 MHz, leading to read errors reported on the worldwide model at 30 MHz. Signed-off-by: Daniel Gimpelevich Acked-by: Kevin Darbyshire-Bryant --- target/linux/lantiq/dts/DGN3500.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/lantiq/dts/DGN3500.dtsi b/target/linux/lantiq/dts/DGN3500.dtsi index 569fa9f11c..bc50e4ae65 100644 --- a/target/linux/lantiq/dts/DGN3500.dtsi +++ b/target/linux/lantiq/dts/DGN3500.dtsi @@ -168,7 +168,7 @@ #size-cells = <1>; compatible = "jedec,spi-nor"; reg = <4 0>; - spi-max-frequency = <30000000>; + spi-max-frequency = <20000000>; partitions { compatible = "fixed-partitions"; -- cgit v1.2.3