Skip to content

Commit

Permalink
ath79: increase WS-AP3610 SPI frequency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
blocktrron committed Jul 7, 2021
1 parent b0483b1 commit 8a3f190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts
Expand Up @@ -110,7 +110,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <25000000>;
spi-max-frequency = <50000000>;

partitions {
compatible = "fixed-partitions";
Expand Down

0 comments on commit 8a3f190

Please sign in to comment.