[openwrt/openwrt] mediatek: filogic: increase flash speed on ASUS TUF AX6000

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 23 16:09:45 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6c3eea4cfeb67cf12a6dc69f4682e13450de1662

commit 6c3eea4cfeb67cf12a6dc69f4682e13450de1662
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sun Jul 27 19:19:42 2025 +0200

    mediatek: filogic: increase flash speed on ASUS TUF AX6000
    
    This commit increases the SPI bus frequency from 20 to 52 MHz. Reduces boot
    time by 2s. Below is a performance comparison.
    
    Before:
    root at OpenWrt:~# dd if=/dev/mtd1 of=/dev/null bs=10M count=1 status=progress
    10485760 bytes (10 MB, 10 MiB) copied, 1.68404 s, 6.2 MB/s
    
    After:
    root at OpenWrt:~# dd if=/dev/mtd1 of=/dev/null bs=10M count=1 status=progress
    10485760 bytes (10 MB, 10 MiB) copied, 0.819222 s, 12.8 MB/s
    
    Taken from PR #18752 as each device should be tested individually, so I have
    created a separate PR for this.
    
    Signed-off-by: Sky Huang <SkyLake.Huang at mediatek.com>
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    Link: https://github.com/openwrt/openwrt/pull/20853
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts b/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts
index 0b59fe910f..ef7c1abcd9 100644
--- a/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts
+++ b/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts
@@ -252,7 +252,7 @@
 		#address-cells = <1>;
 		#size-cells = <1>;
 
-		spi-max-frequency = <20000000>;
+		spi-max-frequency = <52000000>;
 		spi-tx-bus-width = <4>;
 		spi-rx-bus-width = <4>;
 




More information about the lede-commits mailing list