diff options
author | Roger Pueyo Centelles <roger.pueyo@guifi.net> | 2020-04-08 10:37:52 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-04-16 13:44:18 +0200 |
commit | c0430b8da442c7e7093f7ead13d8efeff898d8a7 (patch) | |
tree | 7bcd280548ccaabdb16ac26ac24f9f7e16a25335 /target/linux | |
parent | 20efd5614aca7c50bf57cd858138437b0f8a717a (diff) | |
download | upstream-c0430b8da442c7e7093f7ead13d8efeff898d8a7.tar.gz upstream-c0430b8da442c7e7093f7ead13d8efeff898d8a7.tar.bz2 upstream-c0430b8da442c7e7093f7ead13d8efeff898d8a7.zip |
ath79: reduce spi-max-frequency for Mikrotik wAP G-5HacT2HnD
The previous spi-max-frequency value did not work with all the CPU speed
settings (configurable with rbcfg or from the stock firmware); the new
one does for the three of them.
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Diffstat (limited to 'target/linux')
-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 5fd4623726..529ac1cf3b 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 = <50000000>; + spi-max-frequency = <40000000>; partitions { compatible = "fixed-partitions"; |