You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ramips
David Bauer 4cd5ce5a7f ramips: increase SPI frequency for MT7620 Archer
Increase the SPI frequency for the MT7620 based TP-Link Archer
series to 30MHz.

TP-Link uses different SPI flash chips for the same board
revision, so be conservative to not break boards with a
different chip. 30MHz should be well supported by all chips.

Tested on Archer C2 v1 (GD25Q64B) and Archer C20i (W25Q64FV).

Archer C20i (before)
====================
root@OpenWrt:~# time dd if=/dev/mtd1 of=/tmp/test.bin bs=64k
122+0 records in
122+0 records out
real	0m 15.30s
user	0m 0.00s
sys	0m 15.29s

Archer C20i (after)
===================
root@OpenWrt:~# time dd if=/dev/mtd1 of=/tmp/test.bin bs=64k
122+0 records in
122+0 records out
real	0m 5.99s
user	0m 0.00s
sys	0m 5.98s

Signed-off-by: David Bauer <mail@david-bauer.net>
Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
4 years ago
..
base-files/etc treewide: drop shebang from non-executable target files 4 years ago
dts ramips: increase SPI frequency for MT7620 Archer 4 years ago
files/drivers ramips: add arl_table support for MT7530 4 years ago
image ramips: fix flash layout for TP-Link TL-WR841N v14 4 years ago
mt76x8 ramips: don't create switch config for VIXMINI 4 years ago
mt7620 treewide: drop shebang from non-executable target files 4 years ago
mt7621 ramips: fix network setup for Ubiquiti ER-X/ER-X-SFP 4 years ago
patches-4.14 kernel: Update kernel 4.14 to version 4.14.187 4 years ago
patches-5.4 kernel: bump 5.4 to 5.4.52 4 years ago
rt288x ramips: remove default switch setup in 02_network 4 years ago
rt305x ramips: improve LED support for D-Link DIR-615 D series 4 years ago
rt3883 treewide: drop shebang from non-executable target files 4 years ago
Makefile ramips: add 5.4 as testing kernel 4 years ago
modules.mk ramips: fix path for dma-ralink and mtk-hsdma 4 years ago