openwrt-pf/target/linux
st7105 e94d4f2022 mediatek: filogic: increase flash speed on Netcore N60 Pro
This commit increases the SPI bus frequency from 20 to 52 MHz. Reduces boot
time by 2s. Below is a performance comparison.

spi-max-frequency = <20000000>
> time dd if=/dev/mtd4 of=/dev/null bs=10M count=1
> 1+0 records in
> 1+0 records out
> real    0m 1.86s
> user    0m 0.00s
> sys     0m 0.28s

spi-max-frequency = <52000000>
> time dd if=/dev/mtd4 of=/dev/null bs=10M count=1
> 1+0 records in
> 1+0 records out
> real    0m 1.04s
> user    0m 0.00s
> sys     0m 0.27s

Signed-off-by: st7105 <st7105@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21802
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-02-05 00:20:01 +01:00
..
airoha airoha: an7581: add switch ports interrups 2026-01-29 00:07:47 +01:00
apm821xx
armsr
at91
ath79 kernel: mtd: limit Macronix lock feature to MX25L6405D only 2026-02-04 00:55:50 +01:00
bcm27xx kernel: bump 6.12 to 6.12.68 2026-02-01 19:03:59 +01:00
bcm47xx
bcm53xx
bcm4908
bmips
d1 d1: Enable LED driver for D1 builds 2026-01-23 10:35:36 +01:00
econet kernel: bump 6.12 to 6.12.67 2026-01-24 21:36:10 +01:00
gemini gemini: sl93512r: override SL93512R partitions for firmware 2026-02-03 13:33:12 +01:00
generic kernel: mtd: limit Macronix lock feature to MX25L6405D only 2026-02-04 00:55:50 +01:00
imx
ipq40xx treewide: remove of_platform.h include 2026-02-04 00:50:06 +01:00
ipq806x treewide: remove of_platform.h include 2026-02-04 00:50:06 +01:00
ixp4xx ixp4xx: select the GPIO keys input package 2026-01-28 18:59:47 +01:00
kirkwood
lantiq treewide: remove of_platform.h include 2026-02-04 00:50:06 +01:00
layerscape layerscape: set PREEMPT_NONE as default preemption model 2026-01-24 22:52:49 +01:00
loongarch64 loongarch64: set PREEMPT_NONE as default preemption model 2026-01-24 22:54:29 +01:00
malta
mediatek mediatek: filogic: increase flash speed on Netcore N60 Pro 2026-02-05 00:20:01 +01:00
microchipsw microchipsw: lan969x: include ip-bridge and dcb tools 2026-01-25 22:10:22 +01:00
mpc85xx kernel: reorder configuration options 2026-01-26 23:57:25 +01:00
mvebu mvebu: cortex-a53: fix Methode eDPU migration to upstream DTS 2026-01-28 10:19:18 +01:00
mxs
octeon
omap
pistachio
qoriq
qualcommax qualcommax: ipq60xx: fix bootconfig script sysupgrade problem 2026-01-29 11:22:36 +01:00
qualcommbe kernel: bump 6.12 to 6.12.68 2026-02-01 19:03:59 +01:00
ramips treewide: remove of_platform.h include 2026-02-04 00:50:06 +01:00
realtek realtek: phy: drop last soc_info/family usage 2026-02-04 23:52:29 +01:00
rockchip kernel: bump 6.12 to 6.12.68 2026-02-01 19:03:59 +01:00
sifiveu
siflower treewide: remove of_platform.h include 2026-02-04 00:50:06 +01:00
starfive
stm32
sunxi kernel: reorder configuration options 2026-01-26 23:57:25 +01:00
tegra
uml
x86
zynq
Makefile