ramips: mt7620: add missing pci wifi nodes to dts files
authorChen Minqiang <ptpt52@gmail.com>
Fri, 30 Nov 2018 10:41:43 +0000 (18:41 +0800)
committerMathias Kresin <dev@kresin.me>
Mon, 3 Dec 2018 14:34:56 +0000 (15:34 +0100)
These devices has pci wifi but not defined in dts:
 HC5761
 HC5861
 TINY-AC

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
target/linux/ramips/dts/HC5761.dts
target/linux/ramips/dts/HC5861.dts
target/linux/ramips/dts/TINY-AC.dts

index 31a5aa760c7bf52bc4344fa036598f2fdce00086..785535811dc8022ce68239006b2eca929d89c322 100644 (file)
                };
        };
 };
+
+&pcie0 {
+       mt76@0,0 {
+               reg = <0x0000 0 0 0 0>;
+               mediatek,mtd-eeprom = <&factory 0x8000>;
+               ieee80211-freq-limit = <5000000 6000000>;
+       };
+};
index 371f8db217e111c50352fba6cc225119b6a445d5..f157991d9104976d6c65f52d0f45cd51abfbff89 100644 (file)
 &gsw {
        mediatek,port4 = "gmac";
 };
+
+&pcie0 {
+       mt76@0,0 {
+               reg = <0x0000 0 0 0 0>;
+               mediatek,mtd-eeprom = <&factory 0x8000>;
+               ieee80211-freq-limit = <5000000 6000000>;
+       };
+};
index 93ab067ef66920fe54851fd5fc2f04893e999f8e..d5a232124dbdcea70c49d3b85adbd885be0bcce8 100644 (file)
                };
        };
 };
+
+&pcie0 {
+       mt76@0,0 {
+               reg = <0x0000 0 0 0 0>;
+               mediatek,mtd-eeprom = <&factory 0x8000>;
+               ieee80211-freq-limit = <5000000 6000000>;
+       };
+};