diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-01 16:37:14 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-01 17:49:55 +0100 |
commit | dabdd123c90cd299c7cfe5501833e853b7519a6f (patch) | |
tree | 24d4a89129eb2e277490a4f4a2917bff4c4060d4 /target/linux/ramips/dts/PBR-M1.dts | |
parent | 2340de62a634e2e6abaf3983de2dfe40996477d0 (diff) | |
download | upstream-dabdd123c90cd299c7cfe5501833e853b7519a6f.tar.gz upstream-dabdd123c90cd299c7cfe5501833e853b7519a6f.tar.bz2 upstream-dabdd123c90cd299c7cfe5501833e853b7519a6f.zip |
mt76: update to the latest version
Uses upstream code to parse DT supported band/frequency information.
Update existing .dts files to the new format and remove unnecessary
overrides.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips/dts/PBR-M1.dts')
-rw-r--r-- | target/linux/ramips/dts/PBR-M1.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/PBR-M1.dts b/target/linux/ramips/dts/PBR-M1.dts index 9a0c713daa..7baf07499b 100644 --- a/target/linux/ramips/dts/PBR-M1.dts +++ b/target/linux/ramips/dts/PBR-M1.dts @@ -149,7 +149,7 @@ reg = <0x0000 0 0 0 0>; device_type = "pci"; mediatek,mtd-eeprom = <&factory 0x8000>; - mediatek,2ghz = <0>; + ieee80211-freq-limit = <5000000 6000000>; }; }; @@ -158,7 +158,6 @@ reg = <0x0000 0 0 0 0>; device_type = "pci"; mediatek,mtd-eeprom = <&factory 0x0000>; - mediatek,5ghz = <0>; }; }; }; |