[openwrt/openwrt] mediatek: disable btif in device tree to make the WMAC work again

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 12 07:02:35 EDT 2020


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ed19ba04e89ea102c2fb5431d63e0601936dc448

commit ed19ba04e89ea102c2fb5431d63e0601936dc448
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Aug 12 12:58:35 2020 +0200

    mediatek: disable btif in device tree to make the WMAC work again
    
    btif and wmac access the same resources and at the moment enabling one
    breaks the other
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 .../arch/arm64/boot/dts/mediatek/mt7622-elecom-wrc-2533gent.dts         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7622-elecom-wrc-2533gent.dts b/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7622-elecom-wrc-2533gent.dts
index c0d4b502ea..4199ee9aa1 100644
--- a/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7622-elecom-wrc-2533gent.dts
+++ b/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7622-elecom-wrc-2533gent.dts
@@ -436,7 +436,7 @@
 };
 
 &btif {
-	status = "okay";
+	status = "disabled";
 };
 
 &cir {



More information about the lede-commits mailing list