aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-07-06 02:59:03 +0200
committerDavid Bauer <mail@david-bauer.net>2021-07-07 17:13:16 +0200
commit8a3f19023bc379d1ec1fdb0d768b24589f028e2e (patch)
tree4d0a4c6c68f229e193b534f1bf915b5c00c15659 /target
parentb0483b19f981bbe024cd447cfe469765f49cc587 (diff)
downloadupstream-8a3f19023bc379d1ec1fdb0d768b24589f028e2e.tar.gz
upstream-8a3f19023bc379d1ec1fdb0d768b24589f028e2e.tar.bz2
upstream-8a3f19023bc379d1ec1fdb0d768b24589f028e2e.zip
ath79: increase WS-AP3610 SPI frequency
The M25P80 used on the Siemens WS-AP3610 supports clock speeds up to 54 MHz. Thus, we can safely increase the maximum SPI frequency the flash chip is controlled at to 50 MHz, increasing transfer speed. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts b/target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts
index 9eaf5aaa1d..2cdcce0d15 100644
--- a/target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts
+++ b/target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts
@@ -110,7 +110,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
- spi-max-frequency = <25000000>;
+ spi-max-frequency = <50000000>;
partitions {
compatible = "fixed-partitions";