diff options
| author | Piotr Dymacz | 2020-08-16 15:44:32 +0000 |
|---|---|---|
| committer | Piotr Dymacz | 2020-09-27 23:28:37 +0000 |
| commit | b329bb94566700316588fb0d5b174f64c4461201 (patch) | |
| tree | 30d825bc1c8661708aa8b8065c6be1b4db034eb9 | |
| parent | 1cab34dbaedf9793b088900b53de9a06e85cfa0a (diff) | |
| download | openwrt-b329bb94566700316588fb0d5b174f64c4461201.tar.gz | |
ath79: increase SPI clock and enable fast-read on AP121F
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
| -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"; |