]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ramips: timecloud: increase SPI flash speed
authorDavid Yang <mmyangfl@gmail.com>
Fri, 1 May 2026 15:23:52 +0000 (23:23 +0800)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Mon, 29 Jun 2026 07:36:34 +0000 (09:36 +0200)
Thunder Timecloud uses MX25L12835FM2I-10G which supports fast read and
up to 133MHz. Increase its speed.

Signed-off-by: David Yang <mmyangfl@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23182
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/ramips/dts/mt7621_thunder_timecloud.dts

index 82efb0352e5f771ff255a32b49ce8a31a1bfdd0a..c244612061b89d538531632071dca623e613c328 100644 (file)
@@ -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";