Switches the DIR-860L B1 DTS to the generic wifi naming convention.
Signed-off-by: Stijn Segers <[email protected]>
---
target/linux/ramips/dts/mt7621_dlink_dir-860l-b1.dts | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/target/linux/ramips/dts/mt7621_dlink_dir-860l-b1.dts
b/target/linux/ramips/dts/mt7621_dlink_dir-860l-b1.dts
index ce747deb28..336e696fe9 100644
--- a/target/linux/ramips/dts/mt7621_dlink_dir-860l-b1.dts
+++ b/target/linux/ramips/dts/mt7621_dlink_dir-860l-b1.dts
@@ -152,17 +152,19 @@
};
&pcie0 {
- wifi0: mt76@0,0 {
+ wifi@0,0 {
+ compatible = "mediatek,mt76";
reg = <0x0000 0 0 0 0>;
- mediatek,mtd-eeprom = <&radio 0x2000>;
+ mediatek,mtd-eeprom = <&factory 0x2000>;
ieee80211-freq-limit = <5000000 6000000>;
};
};
&pcie1 {
- wifi1: mt76@0,0 {
+ wifi@0,0 {
+ compatible = "mediatek,mt76";
reg = <0x0000 0 0 0 0>;
- mediatek,mtd-eeprom = <&radio 0x0>;
+ mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
};
--
2.20.1
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel