[openwrt/openwrt] ramips: remove obsolete mx25l25635f compatible hack

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 19 05:55:49 PDT 2022


ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/bea18911826d04b70996335dfaa9874c9f813544

commit bea18911826d04b70996335dfaa9874c9f813544
Author: DENG Qingfang <dqfext at gmail.com>
AuthorDate: Tue Feb 2 16:10:32 2021 +0800

    ramips: remove obsolete mx25l25635f compatible hack
    
    The kernel bump to 5.4 has removed the mx25l25635f hack, and the
    mx25l25635f compatible is no longer required.
    
    Signed-off-by: DENG Qingfang <dqfext at gmail.com>
    (cherry picked from commit 06af45ec0502d5cb0529ac46fcb34c4c63394723)
---
 target/linux/ramips/dts/mt7620a_youku_yk1.dts        | 2 +-
 target/linux/ramips/dts/mt7621_glinet_gl-mt1300.dts  | 2 +-
 target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts | 2 +-
 target/linux/ramips/dts/mt7621_ubnt_unifi-nanohd.dts | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/target/linux/ramips/dts/mt7620a_youku_yk1.dts b/target/linux/ramips/dts/mt7620a_youku_yk1.dts
index 61da408f27..d44c9a0dad 100644
--- a/target/linux/ramips/dts/mt7620a_youku_yk1.dts
+++ b/target/linux/ramips/dts/mt7620a_youku_yk1.dts
@@ -68,7 +68,7 @@
 	status = "okay";
 
 	flash at 0 {
-		compatible = "mx25l25635f", "jedec,spi-nor";
+		compatible = "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <25000000>;
 		m25p,fast-read;
diff --git a/target/linux/ramips/dts/mt7621_glinet_gl-mt1300.dts b/target/linux/ramips/dts/mt7621_glinet_gl-mt1300.dts
index a0fd3786ff..e805454bf6 100644
--- a/target/linux/ramips/dts/mt7621_glinet_gl-mt1300.dts
+++ b/target/linux/ramips/dts/mt7621_glinet_gl-mt1300.dts
@@ -65,7 +65,7 @@
 	status = "okay";
 
 	flash at 0 {
-		compatible = "mx25l25635f", "jedec,spi-nor";
+		compatible = "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <80000000>;
 		m25p,fast-read;
diff --git a/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts b/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts
index f5425ccfee..d374fd3dde 100644
--- a/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts
+++ b/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts
@@ -15,7 +15,7 @@
 	status = "okay";
 
 	flash at 0 {
-		compatible = "mx25l25635f", "jedec,spi-nor";
+		compatible = "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <50000000>;
 
diff --git a/target/linux/ramips/dts/mt7621_ubnt_unifi-nanohd.dts b/target/linux/ramips/dts/mt7621_ubnt_unifi-nanohd.dts
index 401868362e..7a36ecfa7b 100644
--- a/target/linux/ramips/dts/mt7621_ubnt_unifi-nanohd.dts
+++ b/target/linux/ramips/dts/mt7621_ubnt_unifi-nanohd.dts
@@ -11,7 +11,7 @@
 	status = "okay";
 
 	flash at 0 {
-		compatible = "mx25l25635f", "jedec,spi-nor";
+		compatible = "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <50000000>;
 




More information about the lede-commits mailing list