diff options
author | David Bauer <mail@david-bauer.net> | 2021-08-19 23:42:53 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-08-28 01:31:45 +0200 |
commit | 9c965893ed8065df4c5ac0ba730968d215e5dc91 (patch) | |
tree | f0404515175dca17de856616b30ba3a6617cf2e8 /target/linux/ramips/dts | |
parent | db3545cd027935b305ee00e38fc363baa050e29e (diff) | |
download | upstream-9c965893ed8065df4c5ac0ba730968d215e5dc91.tar.gz upstream-9c965893ed8065df4c5ac0ba730968d215e5dc91.tar.bz2 upstream-9c965893ed8065df4c5ac0ba730968d215e5dc91.zip |
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>
Diffstat (limited to 'target/linux/ramips/dts')
-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"; |