summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksander Jan Bajkowski2025-01-26 23:36:25 +0000
committerHauke Mehrtens2025-02-09 17:16:41 +0000
commitc9ea2799b7a8f56c53a37406b1a8f22fd9817f62 (patch)
treeee6a0dcf4349ed5615c981c2b16adfc70e2a2cb6
parentd023ee7439f6d5c9bffa6f6e10b3b90f5782e84d (diff)
downloadopenwrt-c9ea2799b7a8f56c53a37406b1a8f22fd9817f62.tar.gz
mediatek: filogic: increase spi flash memory speed on ZyXEL EX5601
The factory firmware uses a 20 MHz frequency, so it should be safe. Before: 10485760 bytes (10 MB, 10 MiB) copied, 2.53096 s, 4.1 MB/s After: 10485760 bytes (10 MB, 10 MiB) copied, 1.51901 s, 6.9 MB/s Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Link: https://github.com/openwrt/openwrt/pull/17749 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-common.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-common.dtsi b/target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-common.dtsi
index 335ee93989..02fec97f95 100644
--- a/target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-common.dtsi
+++ b/target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-common.dtsi
@@ -168,7 +168,7 @@
#size-cells = <1>;
compatible = "spi-nand";
reg = <1>;
- spi-max-frequency = <10000000>;
+ spi-max-frequency = <20000000>;
spi-tx-bus-width = <4>;
spi-rx-bus-width = <4>;