Skip to content

Commit

Permalink
ramips: fix dtc warnings for telco-electronics_x1
Browse files Browse the repository at this point in the history
In all other dts files, the entire block is not edited like this.
They're edited separately.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and adschm committed Oct 17, 2021
1 parent 88537e7 commit 5b3d622
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions target/linux/ramips/dts/mt7621_telco-electronics_x1.dts
Expand Up @@ -166,25 +166,26 @@

&pcie {
status = "okay";
};

pcie0 {
wifi@0,0 {
compatible = "pci14c3,7603";
reg = <0x0000 0 0 0 0>;
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
&pcie0 {
wifi@0,0 {
compatible = "pci14c3,7603";
reg = <0x0000 0 0 0 0>;
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
};

pcie1 {
wifi@0,0 {
compatible = "pci14c3,7662";
reg = <0x0000 0 0 0 0>;
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
led {
led-sources = <2>;
};
&pcie1 {
wifi@0,0 {
compatible = "pci14c3,7662";
reg = <0x0000 0 0 0 0>;
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;

led {
led-sources = <2>;
};
};
};
Expand Down

0 comments on commit 5b3d622

Please sign in to comment.