[openwrt/openwrt] ramips: increase SPI frequency for TL-MR3020 v3

LEDE Commits lede-commits at lists.infradead.org
Fri Aug 27 16:32:09 PDT 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/db3545cd027935b305ee00e38fc363baa050e29e

commit db3545cd027935b305ee00e38fc363baa050e29e
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Thu Aug 19 23:41:23 2021 +0200

    ramips: increase SPI frequency for TL-MR3020 v3
    
    The GigaDevices GD25Q64B supports higher SPI clocks than 10 MHz. While
    100 MHz do not work reliably, 50 MHz works without issues.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f586b07d27..1f6fa875f9 100644
--- a/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts
+++ b/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts
@@ -82,7 +82,7 @@
 	flash at 0 {
 		compatible = "jedec,spi-nor";
 		reg = <0>;
-		spi-max-frequency = <10000000>;
+		spi-max-frequency = <50000000>;
 
 		partitions {
 			compatible = "fixed-partitions";



More information about the lede-commits mailing list