[openwrt/openwrt] ath79: bump SPI frequency of Senao qca955x routers

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 12 09:20:47 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/51982560a924bd9fe799d69d34013668bb2f694d

commit 51982560a924bd9fe799d69d34013668bb2f694d
Author: Michael Pratt <mcpratt at pm.me>
AuthorDate: Sat Jan 21 14:13:54 2023 -0500

    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 <mcpratt at pm.me>
---
 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 at 0 {
 		compatible = "jedec,spi-nor";
 		reg = <0>;
-		spi-max-frequency = <25000000>;
+		spi-max-frequency = <40000000>;
 
 		partitions {
 			compatible = "fixed-partitions";




More information about the lede-commits mailing list