ramips: fix dtc warnings for telco-electronics_x1
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>
This commit is contained in:
parent
88537e76ec
commit
5b3d62247c
1 changed files with 17 additions and 16 deletions
|
@ -166,8 +166,9 @@
|
||||||
|
|
||||||
&pcie {
|
&pcie {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
pcie0 {
|
&pcie0 {
|
||||||
wifi@0,0 {
|
wifi@0,0 {
|
||||||
compatible = "pci14c3,7603";
|
compatible = "pci14c3,7603";
|
||||||
reg = <0x0000 0 0 0 0>;
|
reg = <0x0000 0 0 0 0>;
|
||||||
|
@ -176,18 +177,18 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pcie1 {
|
&pcie1 {
|
||||||
wifi@0,0 {
|
wifi@0,0 {
|
||||||
compatible = "pci14c3,7662";
|
compatible = "pci14c3,7662";
|
||||||
reg = <0x0000 0 0 0 0>;
|
reg = <0x0000 0 0 0 0>;
|
||||||
mediatek,mtd-eeprom = <&factory 0x8000>;
|
mediatek,mtd-eeprom = <&factory 0x8000>;
|
||||||
ieee80211-freq-limit = <5000000 6000000>;
|
ieee80211-freq-limit = <5000000 6000000>;
|
||||||
|
|
||||||
led {
|
led {
|
||||||
led-sources = <2>;
|
led-sources = <2>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
&factory {
|
&factory {
|
||||||
compatible = "nvmem-cells";
|
compatible = "nvmem-cells";
|
||||||
|
|
Loading…
Reference in a new issue