diff options
author | John Crispin <john@openwrt.org> | 2015-02-09 12:15:17 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-09 12:15:17 +0000 |
commit | 2c03605028bda686db7e17d9a1b5ea05933502b9 (patch) | |
tree | 1b8aa4cbd4986314bb11fcfc3010473d95eb0e77 /target/linux/ramips/dts | |
parent | 2dd7bce3387000bec489409c303615e63626d212 (diff) | |
download | upstream-2c03605028bda686db7e17d9a1b5ea05933502b9.tar.gz upstream-2c03605028bda686db7e17d9a1b5ea05933502b9.tar.bz2 upstream-2c03605028bda686db7e17d9a1b5ea05933502b9.zip |
ramips: fix mt76 radio pcie location definition for in Xiaomi MiWiFi Mini
This patch sets the correct location of the mt76 radio in the pcie bridge
(pcie-bridge instead of pcie0). Additionaly, it disables the 2.4 GHz band.
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
SVN-Revision: 44355
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/XIAOMI-MIWIFI-MINI.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/XIAOMI-MIWIFI-MINI.dts b/target/linux/ramips/dts/XIAOMI-MIWIFI-MINI.dts index fda3325b53..2cc55482fd 100644 --- a/target/linux/ramips/dts/XIAOMI-MIWIFI-MINI.dts +++ b/target/linux/ramips/dts/XIAOMI-MIWIFI-MINI.dts @@ -97,11 +97,12 @@ pcie@10140000 { status = "okay"; - pcie0 { + pcie-bridge { mt76@0,0 { reg = <0x0000 0 0 0 0>; device_type = "pci"; mediatek,mtd-eeprom = <&factory 0x8000>; + mediatek,2ghz = <0>; }; }; }; |