diff options
author | Michael Pratt <mcpratt@pm.me> | 2023-01-21 14:13:54 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-12 18:07:31 +0100 |
commit | 51982560a924bd9fe799d69d34013668bb2f694d (patch) | |
tree | e989fa424f13e2502546455e4696ea1919b44a0d /target/linux | |
parent | 5e973dd61f15a1d21dd1614780775114b28ed0b5 (diff) | |
download | upstream-51982560a924bd9fe799d69d34013668bb2f694d.tar.gz upstream-51982560a924bd9fe799d69d34013668bb2f694d.tar.bz2 upstream-51982560a924bd9fe799d69d34013668bb2f694d.zip |
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@pm.me>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/qca955x_senao_router-dual.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |