From: Daniel Gimpelevich Date: Thu, 9 Jun 2016 09:12:03 +0000 (-0700) Subject: lantiq: Slow down SPI flash on the DGN3500 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=34fdfbf328cbc499d3b29cf0914eeef024bbc308;p=openwrt%2Fstaging%2Fflorian.git 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 --- 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";