From 1b2c4af0392effc6c166e15a70e29272ab88cece Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Mon, 2 Mar 2020 19:08:30 -0300 Subject: [PATCH] ath79: enable m25p,fast-read for tplink,tl-wr1043-v1 Enables spi-mem interface for 3x faster flash read. Signed-off-by: Luiz Angelo Daros de Luca --- target/linux/ath79/dts/ar9132_tplink_tl-wr1043nd-v1.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/dts/ar9132_tplink_tl-wr1043nd-v1.dts b/target/linux/ath79/dts/ar9132_tplink_tl-wr1043nd-v1.dts index 846e517de8..c16bcb05f7 100644 --- a/target/linux/ath79/dts/ar9132_tplink_tl-wr1043nd-v1.dts +++ b/target/linux/ath79/dts/ar9132_tplink_tl-wr1043nd-v1.dts @@ -112,6 +112,7 @@ compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; + m25p,fast-read; partitions { compatible = "fixed-partitions"; -- 2.30.2