From ed19ba04e89ea102c2fb5431d63e0601936dc448 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 12 Aug 2020 12:58:35 +0200 Subject: [PATCH] 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 --- .../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 { -- 2.30.2