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>
This commit is contained in:
@@ -436,7 +436,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&btif {
|
&btif {
|
||||||
status = "okay";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
&cir {
|
&cir {
|
||||||
|
|||||||
Reference in New Issue
Block a user