diff options
author | Felix Fietkau <nbd@nbd.name> | 2020-08-12 12:58:35 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2020-08-12 13:02:13 +0200 |
commit | ed19ba04e89ea102c2fb5431d63e0601936dc448 (patch) | |
tree | 0aa442086512d73e7b3582ef4cc058b9f2340038 /target/linux | |
parent | 74a66c02042decd93e6ff9803fa9349ea05dc1ab (diff) | |
download | upstream-ed19ba04e89ea102c2fb5431d63e0601936dc448.tar.gz upstream-ed19ba04e89ea102c2fb5431d63e0601936dc448.tar.bz2 upstream-ed19ba04e89ea102c2fb5431d63e0601936dc448.zip |
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@nbd.name>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7622-elecom-wrc-2533gent.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |