diff options
| author | Felix Fietkau | 2020-08-12 10:58:35 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2020-08-12 11:02:13 +0000 |
| commit | ed19ba04e89ea102c2fb5431d63e0601936dc448 (patch) | |
| tree | 0aa442086512d73e7b3582ef4cc058b9f2340038 | |
| parent | 74a66c02042decd93e6ff9803fa9349ea05dc1ab (diff) | |
| download | openwrt-ed19ba04e89ea102c2fb5431d63e0601936dc448.tar.gz | |
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>
| -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 { |