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

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 23 18:31:13 EST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/06af45ec0502d5cb0529ac46fcb34c4c63394723

commit 06af45ec0502d5cb0529ac46fcb34c4c63394723
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>
---
 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 86e2031aa6..8727b011d4 100644
--- a/target/linux/ramips/dts/mt7620a_youku_yk1.dts
+++ b/target/linux/ramips/dts/mt7620a_youku_yk1.dts
@@ -67,7 +67,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 49eeb46d5f..20f63902af 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