diff options
author | Roger Pueyo Centelles <roger.pueyo@guifi.net> | 2020-02-24 21:07:59 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-27 12:14:09 +0100 |
commit | 9de6bc872af50c80f0ba449422f413cfa613f7e5 (patch) | |
tree | 1f9e80d703e436f280af649695dc799d5ca824db | |
parent | 2299808c68cbaf2bbdde31073c5e887cd62874dc (diff) | |
download | upstream-9de6bc872af50c80f0ba449422f413cfa613f7e5.tar.gz upstream-9de6bc872af50c80f0ba449422f413cfa613f7e5.tar.bz2 upstream-9de6bc872af50c80f0ba449422f413cfa613f7e5.zip |
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 <roger.pueyo@guifi.net>
-rw-r--r-- | target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |