Skip to content

Commit

Permalink
ramips: enable fast-read for TL-MR3020 v3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
blocktrron committed Aug 27, 2021
1 parent db3545c commit 9c96589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts
Expand Up @@ -83,6 +83,7 @@
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <50000000>;
m25p,fast-read;

partitions {
compatible = "fixed-partitions";
Expand Down

0 comments on commit 9c96589

Please sign in to comment.