From: David Yang Date: Fri, 1 May 2026 15:23:52 +0000 (+0800) Subject: ramips: timecloud: increase SPI flash speed X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ab6f5506ff97889b2fa5982dd0583261403f9cd;p=thirdparty%2Fopenwrt.git ramips: timecloud: increase SPI flash speed Thunder Timecloud uses MX25L12835FM2I-10G which supports fast read and up to 133MHz. Increase its speed. Signed-off-by: David Yang Link: https://github.com/openwrt/openwrt/pull/23182 Signed-off-by: Jonas Jelonek --- diff --git a/target/linux/ramips/dts/mt7621_thunder_timecloud.dts b/target/linux/ramips/dts/mt7621_thunder_timecloud.dts index 82efb0352e5..c244612061b 100644 --- a/target/linux/ramips/dts/mt7621_thunder_timecloud.dts +++ b/target/linux/ramips/dts/mt7621_thunder_timecloud.dts @@ -62,7 +62,8 @@ flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <10000000>; + spi-max-frequency = <50000000>; + m25p,fast-read; partitions { compatible = "fixed-partitions";