diff options
author | David Bauer <mail@david-bauer.net> | 2022-04-22 02:02:48 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-05-29 00:00:39 +0200 |
commit | 275a76e59a37114dce4fdedbadabd73d5558abc8 (patch) | |
tree | 6e058e85e536da6f730cd2c2de250e3be9294ad2 /target | |
parent | 7191d64d5d3592b225972c8fe6a12419a64e4be6 (diff) | |
download | upstream-275a76e59a37114dce4fdedbadabd73d5558abc8.tar.gz upstream-275a76e59a37114dce4fdedbadabd73d5558abc8.tar.bz2 upstream-275a76e59a37114dce4fdedbadabd73d5558abc8.zip |
ramips: disable unsupported background-radar
The UniFi 6 Lite as well as the Tenbay T-MB5EU do not have the third
background-radar chain. For the Tenbay, the connector is present,
however no antenna is connected to it.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7621_tenbay_t-mb5eu-v01.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621_tenbay_t-mb5eu-v01.dts b/target/linux/ramips/dts/mt7621_tenbay_t-mb5eu-v01.dts index 4be80f4836..d658c454a8 100644 --- a/target/linux/ramips/dts/mt7621_tenbay_t-mb5eu-v01.dts +++ b/target/linux/ramips/dts/mt7621_tenbay_t-mb5eu-v01.dts @@ -103,8 +103,10 @@ &pcie1 { wifi@0,0 { + compatible = "mediatek,mt76"; reg = <0x0 0 0 0 0>; mediatek,mtd-eeprom = <&factory 0x0>; + mediatek,disable-radar-background; }; }; diff --git a/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts b/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts index afd54e816b..54e372eca3 100644 --- a/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts +++ b/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts @@ -86,6 +86,8 @@ }; &wlan_5g { + compatible = "mediatek,mt76"; + mediatek,mtd-eeprom = <&factory 0x20000>; nvmem-cells = <&macaddr_eeprom_6>; @@ -106,6 +108,8 @@ mac-address-increment = <1>; ieee80211-freq-limit = <5000000 6000000>; + + mediatek,disable-radar-background; }; &eeprom { |