forked from mirror/openwrt
mediatek: ap7622-wh1: Enable bluetooth interface
Add missing bluetooth support btif in dts. Signed-off-by: Elwin Huang <s09289728096@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20181 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
cced09132a
commit
b4a528ecba
1 changed files with 4 additions and 0 deletions
|
|
@ -108,6 +108,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&btif {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rtc {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue