From b329bb94566700316588fb0d5b174f64c4461201 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sun, 16 Aug 2020 17:44:32 +0200 Subject: [PATCH] ath79: increase SPI clock and enable fast-read on AP121F Signed-off-by: Piotr Dymacz --- target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.30.2