aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-07-06 03:07:58 +0200
committerDavid Bauer <mail@david-bauer.net>2021-07-07 17:13:23 +0200
commit5b58545f4470989b0e2243df5007e5fb29a85d21 (patch)
tree3eb5f92a531dd9dc6760d9302661b4fe61ecf538 /target
parent8a3f19023bc379d1ec1fdb0d768b24589f028e2e (diff)
downloadupstream-5b58545f4470989b0e2243df5007e5fb29a85d21.tar.gz
upstream-5b58545f4470989b0e2243df5007e5fb29a85d21.tar.bz2
upstream-5b58545f4470989b0e2243df5007e5fb29a85d21.zip
ath79: increase SPI frequency for OCEDO boards
The MX25L12805D used on all ath79 OCEDO boards supports clock speeds up to 50 MHz. Thus, we can 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/ar9344_ocedo_raccoon.dts2
-rw-r--r--target/linux/ath79/dts/qca9558_ocedo_koala.dts2
-rw-r--r--target/linux/ath79/dts/qca9558_ocedo_ursus.dts2
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts b/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts
index e7ef02054e..cf02b711fa 100644
--- a/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts
+++ b/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts
@@ -72,7 +72,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
- spi-max-frequency = <25000000>;
+ spi-max-frequency = <50000000>;
partitions {
compatible = "fixed-partitions";
diff --git a/target/linux/ath79/dts/qca9558_ocedo_koala.dts b/target/linux/ath79/dts/qca9558_ocedo_koala.dts
index aa3876acb1..fd54a6e8c2 100644
--- a/target/linux/ath79/dts/qca9558_ocedo_koala.dts
+++ b/target/linux/ath79/dts/qca9558_ocedo_koala.dts
@@ -69,7 +69,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
- spi-max-frequency = <25000000>;
+ spi-max-frequency = <50000000>;
partitions {
compatible = "fixed-partitions";
diff --git a/target/linux/ath79/dts/qca9558_ocedo_ursus.dts b/target/linux/ath79/dts/qca9558_ocedo_ursus.dts
index dc8329f976..05c2d2d1dc 100644
--- a/target/linux/ath79/dts/qca9558_ocedo_ursus.dts
+++ b/target/linux/ath79/dts/qca9558_ocedo_ursus.dts
@@ -40,7 +40,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
- spi-max-frequency = <25000000>;
+ spi-max-frequency = <50000000>;
partitions {
compatible = "fixed-partitions";