From 51982560a924bd9fe799d69d34013668bb2f694d Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Sat, 21 Jan 2023 14:13:54 -0500 Subject: [PATCH] ath79: bump SPI frequency of Senao qca955x routers All boards using this DTSI are expected to have the same 16 MB MX25L12845EMI-10G flash chip, or a larger one which can also use 40 MHz frequency. Signed-off-by: Michael Pratt --- target/linux/ath79/dts/qca955x_senao_router-dual.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/dts/qca955x_senao_router-dual.dtsi b/target/linux/ath79/dts/qca955x_senao_router-dual.dtsi index 20bea91e8d..e1b76bcbd1 100644 --- a/target/linux/ath79/dts/qca955x_senao_router-dual.dtsi +++ b/target/linux/ath79/dts/qca955x_senao_router-dual.dtsi @@ -55,7 +55,7 @@ flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <25000000>; + spi-max-frequency = <40000000>; partitions { compatible = "fixed-partitions"; -- 2.30.2