ath79: increase WS-AP3610 SPI frequency
authorDavid Bauer <mail@david-bauer.net>
Tue, 6 Jul 2021 00:59:03 +0000 (02:59 +0200)
committerDavid Bauer <mail@david-bauer.net>
Wed, 7 Jul 2021 15:13:16 +0000 (17:13 +0200)
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>
target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts

index 9eaf5aaa1d741b9a41c727e6126b1a85e3246d23..2cdcce0d15279083b8cdce433c5a1707dbd80997 100644 (file)
        flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
-               spi-max-frequency = <25000000>;
+               spi-max-frequency = <50000000>;
 
                partitions {
                        compatible = "fixed-partitions";