summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElwin Huang2025-09-26 07:36:53 +0000
committerRobert Marko2025-09-26 09:57:33 +0000
commitb4a528ecba86a7c31de1c8f331c4727797507ceb (patch)
tree5ea92ebe1d606ff9ae531feb5cf2f455d9987dbd
parentcced09132ad2859b31036d306c1340e897df976c (diff)
downloadopenwrt-b4a528ecba86a7c31de1c8f331c4727797507ceb.tar.gz
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>
-rw-r--r--target/linux/mediatek/dts/mt7622-asiarf-ap7622-wh1.dts4
1 files changed, 4 insertions, 0 deletions
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";
};