[openwrt/openwrt] ramips: mt7621: pbr-m1: increase SPI clock to 50MHz
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 13 07:22:40 EDT 2020
981213 pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8126521e11b4da3c3fa79feb794646068dbaa4b1
commit 8126521e11b4da3c3fa79feb794646068dbaa4b1
Author: Chuanhong Guo <gch981213 at gmail.com>
AuthorDate: Sun Sep 13 18:53:25 2020 +0800
ramips: mt7621: pbr-m1: increase SPI clock to 50MHz
Signed-off-by: Chuanhong Guo <gch981213 at gmail.com>
---
target/linux/ramips/dts/mt7621_d-team_pbr-m1.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/ramips/dts/mt7621_d-team_pbr-m1.dts b/target/linux/ramips/dts/mt7621_d-team_pbr-m1.dts
index 1e17eadde1..15b717616e 100644
--- a/target/linux/ramips/dts/mt7621_d-team_pbr-m1.dts
+++ b/target/linux/ramips/dts/mt7621_d-team_pbr-m1.dts
@@ -109,7 +109,8 @@
flash at 0 {
compatible = "jedec,spi-nor";
reg = <0>;
- spi-max-frequency = <10000000>;
+ spi-max-frequency = <50000000>;
+ m25p,fast-read;
broken-flash-reset;
partitions {
More information about the lede-commits
mailing list