From: Roger Pueyo Centelles Date: Mon, 24 Feb 2020 20:07:59 +0000 (+0100) Subject: ath79: fix spi-max-frequency for wAP G-5HacT2HnD X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9de6bc872af50c80f0ba449422f413cfa613f7e5;p=openwrt%2Fstaging%2Fthess.git ath79: fix spi-max-frequency for wAP G-5HacT2HnD The introduction of ebf0d8dade (ath79: add new ar934x spi driver) made the SPI memory unusable. Reducing the spi-max-frequency to a smaller value makes it work again. Tested on two MikroTik RouterBOARD wAP G-5HacT2HnD devices. Signed-off-by: Roger Pueyo Centelles --- diff --git a/target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts b/target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts index e13b58b600..015bd2efe5 100644 --- a/target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts +++ b/target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts @@ -73,7 +73,7 @@ flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <104000000>; + spi-max-frequency = <50000000>; partitions { compatible = "fixed-partitions";