From: Elwin Huang Date: Fri, 26 Sep 2025 07:36:53 +0000 (+0800) Subject: mediatek: ap7622-wh1: Enable bluetooth interface X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b4a528ecba86a7c31de1c8f331c4727797507ceb;p=openwrt%2Fstaging%2Fblocktrron.git mediatek: ap7622-wh1: Enable bluetooth interface Add missing bluetooth support btif in dts. Signed-off-by: Elwin Huang Link: https://github.com/openwrt/openwrt/pull/20181 Signed-off-by: Robert Marko --- 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"; };