Skip to content
Snippets Groups Projects
Commit 9c965893 authored by David Bauer's avatar David Bauer
Browse files

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: default avatarDavid Bauer <mail@david-bauer.net>
parent db3545cd
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <50000000>;
m25p,fast-read;
partitions {
compatible = "fixed-partitions";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment