[openwrt/openwrt] ramips: migrate wifi compatible to new name
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 7 15:37:28 PST 2025
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6e09394c3bff55c7b6a95b7cf04c33b57290faf9
commit 6e09394c3bff55c7b6a95b7cf04c33b57290faf9
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Thu Nov 27 23:16:38 2025 +0100
ramips: migrate wifi compatible to new name
Migrate wifi compatible from ralink,rt2880-wmac to ralink,rt2880-wifi to
align to new 6.18 backports version.
Link: https://github.com/openwrt/openwrt/pull/20964
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
target/linux/ramips/dts/mt7620a.dtsi | 2 +-
target/linux/ramips/dts/mt7620n.dtsi | 2 +-
target/linux/ramips/dts/rt2880.dtsi | 2 +-
target/linux/ramips/dts/rt3050.dtsi | 2 +-
target/linux/ramips/dts/rt3352.dtsi | 2 +-
target/linux/ramips/dts/rt3883.dtsi | 2 +-
target/linux/ramips/dts/rt5350.dtsi | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi
index ef430b1b9f..95c87cb9d5 100644
--- a/target/linux/ramips/dts/mt7620a.dtsi
+++ b/target/linux/ramips/dts/mt7620a.dtsi
@@ -627,7 +627,7 @@
};
wmac: wmac at 10180000 {
- compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
+ compatible = "ralink,rt7620-wifi", "ralink,rt2880-wifi";
reg = <0x10180000 0x40000>;
clocks = <&sysc 16>;
diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi
index 64dbd0a50e..68e7d14c65 100644
--- a/target/linux/ramips/dts/mt7620n.dtsi
+++ b/target/linux/ramips/dts/mt7620n.dtsi
@@ -369,7 +369,7 @@
};
wmac: wmac at 10180000 {
- compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
+ compatible = "ralink,rt7620-wifi", "ralink,rt2880-wifi";
reg = <0x10180000 0x40000>;
clocks = <&sysc 16>;
diff --git a/target/linux/ramips/dts/rt2880.dtsi b/target/linux/ramips/dts/rt2880.dtsi
index fc289d5779..ddf4df111d 100644
--- a/target/linux/ramips/dts/rt2880.dtsi
+++ b/target/linux/ramips/dts/rt2880.dtsi
@@ -243,7 +243,7 @@
};
wmac: wmac at 480000 {
- compatible = "ralink,rt2880-wmac";
+ compatible = "ralink,rt2880-wifi";
reg = <0x480000 0x40000>;
clocks = <&sysc 9>;
diff --git a/target/linux/ramips/dts/rt3050.dtsi b/target/linux/ramips/dts/rt3050.dtsi
index fd52e51936..cfd29fc173 100644
--- a/target/linux/ramips/dts/rt3050.dtsi
+++ b/target/linux/ramips/dts/rt3050.dtsi
@@ -331,7 +331,7 @@
};
wmac: wmac at 10180000 {
- compatible = "ralink,rt3050-wmac", "ralink,rt2880-wmac";
+ compatible = "ralink,rt3050-wifi", "ralink,rt2880-wifi";
reg = <0x10180000 0x40000>;
clocks = <&sysc 12>;
diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi
index 6713a04fcc..b60eef7971 100644
--- a/target/linux/ramips/dts/rt3352.dtsi
+++ b/target/linux/ramips/dts/rt3352.dtsi
@@ -358,7 +358,7 @@
};
wmac: wmac at 10180000 {
- compatible = "ralink,rt3352-wmac", "ralink,rt2880-wmac";
+ compatible = "ralink,rt3352-wifi", "ralink,rt2880-wifi";
reg = <0x10180000 0x40000>;
clocks = <&sysc 13>;
diff --git a/target/linux/ramips/dts/rt3883.dtsi b/target/linux/ramips/dts/rt3883.dtsi
index 509d1c21e8..70c56db892 100644
--- a/target/linux/ramips/dts/rt3883.dtsi
+++ b/target/linux/ramips/dts/rt3883.dtsi
@@ -460,7 +460,7 @@
};
wmac: wmac at 10180000 {
- compatible = "ralink,rt3883-wmac", "ralink,rt2880-wmac";
+ compatible = "ralink,rt3883-wifi", "ralink,rt2880-wifi";
reg = <0x10180000 0x40000>;
clocks = <&sysc 13>;
diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi
index 677931ec14..2162187784 100644
--- a/target/linux/ramips/dts/rt5350.dtsi
+++ b/target/linux/ramips/dts/rt5350.dtsi
@@ -363,7 +363,7 @@
};
wmac: wmac at 10180000 {
- compatible = "ralink,rt5350-wmac", "ralink,rt2880-wmac";
+ compatible = "ralink,rt5350-wifi", "ralink,rt2880-wifi";
reg = <0x10180000 0x40000>;
clocks = <&sysc 13>;
More information about the lede-commits
mailing list