diff options
| author | David Bauer | 2021-08-19 21:42:53 +0000 |
|---|---|---|
| committer | David Bauer | 2021-08-27 23:31:45 +0000 |
| commit | 9c965893ed8065df4c5ac0ba730968d215e5dc91 (patch) | |
| tree | f0404515175dca17de856616b30ba3a6617cf2e8 | |
| parent | db3545cd027935b305ee00e38fc363baa050e29e (diff) | |
| download | openwrt-9c965893ed8065df4c5ac0ba730968d215e5dc91.tar.gz | |
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 <mail@david-bauer.net>
| -rw-r--r-- | target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |