From c9ea2799b7a8f56c53a37406b1a8f22fd9817f62 Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski Date: Mon, 27 Jan 2025 00:36:25 +0100 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/17749 Signed-off-by: Hauke Mehrtens --- target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>; -- 2.30.2