ath79: revert wmac node names
Changing the node names arbitrarily broke existing configurations, which
rely on the device path in /etc/config/wireless.
Revert that part of the change without altering the compatible strings.
Fixes: 7e09959efd
("mac80211: fix wmac node names")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
b77fa45d12
commit
118d8ee981
6 changed files with 6 additions and 6 deletions
|
@ -175,7 +175,7 @@
|
|||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
wmac: wifi@180c0000 {
|
||||
wmac: wmac@180c0000 {
|
||||
compatible = "qca,ar9130-wifi";
|
||||
reg = <0x180c0000 0x230000>;
|
||||
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
reg = <0x18070000 0x4>;
|
||||
};
|
||||
|
||||
wmac: wifi@18100000 {
|
||||
wmac: wmac@18100000 {
|
||||
compatible = "qca,ar9330-wifi";
|
||||
reg = <0x18100000 0x20000>;
|
||||
|
||||
|
|
|
@ -153,7 +153,7 @@
|
|||
reg = <0x18070000 0x14>;
|
||||
};
|
||||
|
||||
wmac: wifi@18100000 {
|
||||
wmac: wmac@18100000 {
|
||||
compatible = "qca,ar9340-wifi";
|
||||
reg = <0x18100000 0x20000>;
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
wmac: wifi@18100000 {
|
||||
wmac: wmac@18100000 {
|
||||
compatible = "qca,qca9530-wifi";
|
||||
reg = <0x18100000 0x20000>;
|
||||
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
wmac: wifi@18100000 {
|
||||
wmac: wmac@18100000 {
|
||||
compatible = "qca,qca9550-wifi";
|
||||
reg = <0x18100000 0x10000>;
|
||||
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
reg = <0x18070000 0x64>;
|
||||
};
|
||||
|
||||
wmac: wifi@18100000 {
|
||||
wmac: wmac@18100000 {
|
||||
compatible = "qca,qca9560-wifi";
|
||||
reg = <0x18100000 0x10000>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue