From: David Bauer Date: Thu, 19 Aug 2021 21:42:53 +0000 (+0200) Subject: ramips: enable fast-read for TL-MR3020 v3 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9c965893ed8065df4c5ac0ba730968d215e5dc91;p=openwrt%2Fstaging%2Fansuel.git ramips: enable fast-read for TL-MR3020 v3 The GigaDevices GD25Q64B found on the TL-MR3020 v3 supports the fast read instruction. Add the required DT property in order to enable usage of this property. Signed-off-by: David Bauer --- diff --git a/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts b/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts index 1f6fa875f9..ee47d2c31a 100644 --- a/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts +++ b/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts @@ -83,6 +83,7 @@ compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <50000000>; + m25p,fast-read; partitions { compatible = "fixed-partitions";