diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-10-14 19:15:49 -0700 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-17 15:21:37 +0200 |
commit | 5b3d62247c97b620424e137d02ee5b4d72b584aa (patch) | |
tree | 0dc5ae4f30aed86715eb159503ef94e566150e63 /target/linux/ramips | |
parent | 88537e76ec06012826d72e175b77c452cb41d256 (diff) | |
download | upstream-5b3d62247c97b620424e137d02ee5b4d72b584aa.tar.gz upstream-5b3d62247c97b620424e137d02ee5b4d72b584aa.tar.bz2 upstream-5b3d62247c97b620424e137d02ee5b4d72b584aa.zip |
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>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/mt7621_telco-electronics_x1.dts | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/target/linux/ramips/dts/mt7621_telco-electronics_x1.dts b/target/linux/ramips/dts/mt7621_telco-electronics_x1.dts index 51c1d868cb..ce700e0c2b 100644 --- a/target/linux/ramips/dts/mt7621_telco-electronics_x1.dts +++ b/target/linux/ramips/dts/mt7621_telco-electronics_x1.dts @@ -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>; }; }; }; |