summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuss Innes2025-07-05 18:12:39 +0000
committerHauke Mehrtens2025-07-12 19:43:22 +0000
commit80a9da93f622abed69907d3cf07963ef64c2bb8c (patch)
treeb93b74fa9ebe0b75711763ff0e7795da84477eb8
parentdd15117dab568c7ebeaa8d3963f041bd8747e4ab (diff)
downloadopenwrt-80a9da93f622abed69907d3cf07963ef64c2bb8c.tar.gz
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 <russ.innes@gmail.com> on Ubiquiti Amplifi HD . Signed-off-by: Russ Innes <russ.innes@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19303 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/ath79/dts/qca9563_ubnt_amplifi-router-hd.dts8
1 files changed, 8 insertions, 0 deletions
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 a1551c071f..f6bf33fbf3 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";
+};