Parcourir la source

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 <[email protected]>
David Bauer il y a 4 ans
Parent
commit
8a3f19023b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts

+ 1 - 1
target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts

@@ -110,7 +110,7 @@
 	flash@0 {
 	flash@0 {
 		compatible = "jedec,spi-nor";
 		compatible = "jedec,spi-nor";
 		reg = <0>;
 		reg = <0>;
-		spi-max-frequency = <25000000>;
+		spi-max-frequency = <50000000>;
 
 
 		partitions {
 		partitions {
 			compatible = "fixed-partitions";
 			compatible = "fixed-partitions";