mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
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@gmail.com>
This commit is contained in:
parent
52a0873742
commit
6e09394c3b
7 changed files with 7 additions and 7 deletions
|
|
@ -627,7 +627,7 @@
|
|||
};
|
||||
|
||||
wmac: wmac@10180000 {
|
||||
compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
|
||||
compatible = "ralink,rt7620-wifi", "ralink,rt2880-wifi";
|
||||
reg = <0x10180000 0x40000>;
|
||||
|
||||
clocks = <&sysc 16>;
|
||||
|
|
|
|||
|
|
@ -369,7 +369,7 @@
|
|||
};
|
||||
|
||||
wmac: wmac@10180000 {
|
||||
compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
|
||||
compatible = "ralink,rt7620-wifi", "ralink,rt2880-wifi";
|
||||
reg = <0x10180000 0x40000>;
|
||||
|
||||
clocks = <&sysc 16>;
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@
|
|||
};
|
||||
|
||||
wmac: wmac@480000 {
|
||||
compatible = "ralink,rt2880-wmac";
|
||||
compatible = "ralink,rt2880-wifi";
|
||||
reg = <0x480000 0x40000>;
|
||||
|
||||
clocks = <&sysc 9>;
|
||||
|
|
|
|||
|
|
@ -331,7 +331,7 @@
|
|||
};
|
||||
|
||||
wmac: wmac@10180000 {
|
||||
compatible = "ralink,rt3050-wmac", "ralink,rt2880-wmac";
|
||||
compatible = "ralink,rt3050-wifi", "ralink,rt2880-wifi";
|
||||
reg = <0x10180000 0x40000>;
|
||||
|
||||
clocks = <&sysc 12>;
|
||||
|
|
|
|||
|
|
@ -358,7 +358,7 @@
|
|||
};
|
||||
|
||||
wmac: wmac@10180000 {
|
||||
compatible = "ralink,rt3352-wmac", "ralink,rt2880-wmac";
|
||||
compatible = "ralink,rt3352-wifi", "ralink,rt2880-wifi";
|
||||
reg = <0x10180000 0x40000>;
|
||||
|
||||
clocks = <&sysc 13>;
|
||||
|
|
|
|||
|
|
@ -460,7 +460,7 @@
|
|||
};
|
||||
|
||||
wmac: wmac@10180000 {
|
||||
compatible = "ralink,rt3883-wmac", "ralink,rt2880-wmac";
|
||||
compatible = "ralink,rt3883-wifi", "ralink,rt2880-wifi";
|
||||
reg = <0x10180000 0x40000>;
|
||||
|
||||
clocks = <&sysc 13>;
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@
|
|||
};
|
||||
|
||||
wmac: wmac@10180000 {
|
||||
compatible = "ralink,rt5350-wmac", "ralink,rt2880-wmac";
|
||||
compatible = "ralink,rt5350-wifi", "ralink,rt2880-wifi";
|
||||
reg = <0x10180000 0x40000>;
|
||||
|
||||
clocks = <&sysc 13>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue