diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2020-08-16 17:44:32 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2020-09-28 01:28:37 +0200 |
commit | b329bb94566700316588fb0d5b174f64c4461201 (patch) | |
tree | 30d825bc1c8661708aa8b8065c6be1b4db034eb9 /target/linux | |
parent | 1cab34dbaedf9793b088900b53de9a06e85cfa0a (diff) | |
download | upstream-b329bb94566700316588fb0d5b174f64c4461201.tar.gz upstream-b329bb94566700316588fb0d5b174f64c4461201.tar.bz2 upstream-b329bb94566700316588fb0d5b174f64c4461201.zip |
ath79: increase SPI clock and enable fast-read on AP121F
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts b/target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts index 53c2af3b19..286b6d1be2 100644 --- a/target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts +++ b/target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts @@ -80,7 +80,8 @@ flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <25000000>; + spi-max-frequency = <50000000>; + m25p,fast-read; partitions { compatible = "fixed-partitions"; |