mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
27 lines
836 B
Diff
27 lines
836 B
Diff
From e3ea75eae5d09d88d1d00620bf689c5fa0a557bb Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Wed, 17 Jan 2024 09:58:18 +0100
|
|
Subject: [PATCH 50/68] ramips: reduce yuncore ax820 SPI clock speed to 20MHz
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
target/linux/ramips/dts/mt7621_yuncore_ax820.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/target/linux/ramips/dts/mt7621_yuncore_ax820.dts b/target/linux/ramips/dts/mt7621_yuncore_ax820.dts
|
|
index 1aba94a912..dd7346f6d0 100644
|
|
--- a/target/linux/ramips/dts/mt7621_yuncore_ax820.dts
|
|
+++ b/target/linux/ramips/dts/mt7621_yuncore_ax820.dts
|
|
@@ -87,7 +87,7 @@
|
|
flash@0 {
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>;
|
|
- spi-max-frequency = <80000000>;
|
|
+ spi-max-frequency = <20000000>;
|
|
m25p,fast-read;
|
|
|
|
partitions {
|
|
--
|
|
2.34.1
|
|
|