From 34fdfbf328cbc499d3b29cf0914eeef024bbc308 Mon Sep 17 00:00:00 2001 From: Daniel Gimpelevich Date: Thu, 9 Jun 2016 02:12:03 -0700 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/linux/lantiq/dts') 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