[openwrt/openwrt] mediatek: ap7622-wh1: Enable bluetooth interface

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 26 02:57:37 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b4a528ecba86a7c31de1c8f331c4727797507ceb

commit b4a528ecba86a7c31de1c8f331c4727797507ceb
Author: Elwin Huang <s09289728096 at gmail.com>
AuthorDate: Fri Sep 26 15:36:53 2025 +0800

    mediatek: ap7622-wh1: Enable bluetooth interface
    
    Add missing bluetooth support btif in dts.
    
    Signed-off-by: Elwin Huang <s09289728096 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20181
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/mediatek/dts/mt7622-asiarf-ap7622-wh1.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/target/linux/mediatek/dts/mt7622-asiarf-ap7622-wh1.dts b/target/linux/mediatek/dts/mt7622-asiarf-ap7622-wh1.dts
index a6750dbf8c..fcd4569b27 100644
--- a/target/linux/mediatek/dts/mt7622-asiarf-ap7622-wh1.dts
+++ b/target/linux/mediatek/dts/mt7622-asiarf-ap7622-wh1.dts
@@ -108,6 +108,10 @@
 	status = "okay";
 };
 
+&btif {
+	status = "okay";
+};
+
 &rtc {
 	status = "disabled";
 };




More information about the lede-commits mailing list