From 80a9da93f622abed69907d3cf07963ef64c2bb8c Mon Sep 17 00:00:00 2001 From: Russ Innes Date: Sat, 5 Jul 2025 12:12:39 -0600 Subject: [PATCH] ath79: ubnt-amplifi-hd: Add 2nd USB bus (integrated ath3k bluetooth) Add/enable 2nd USB bus (integrated ath3k bluetooth) to dts. This already exists in the qca956x dtsi, adding the pointer here to bring the bluetooth to life. The 2nd bus hosts the integrated bluetooth at 0x1b400000. See in the comments for more info: https://github.com/openwrt/openwrt/commit/c5b7ec8cee497c3a84eb8ad90d88494f0812698c Tested-by: Russ Innes on Ubiquiti Amplifi HD . Signed-off-by: Russ Innes Link: https://github.com/openwrt/openwrt/pull/19303 Signed-off-by: Hauke Mehrtens --- target/linux/ath79/dts/qca9563_ubnt_amplifi-router-hd.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/target/linux/ath79/dts/qca9563_ubnt_amplifi-router-hd.dts b/target/linux/ath79/dts/qca9563_ubnt_amplifi-router-hd.dts index a1551c071f5..f6bf33fbf39 100644 --- a/target/linux/ath79/dts/qca9563_ubnt_amplifi-router-hd.dts +++ b/target/linux/ath79/dts/qca9563_ubnt_amplifi-router-hd.dts @@ -192,6 +192,14 @@ status = "okay"; }; +&usb_phy1 { + status = "okay"; +}; + &usb0 { status = "okay"; }; + +&usb1 { + status = "okay"; +}; -- 2.47.2