]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: ubnt-amplifi-hd: Add 2nd USB bus (integrated ath3k bluetooth) 19303/head
authorRuss Innes <russ.innes@gmail.com>
Sat, 5 Jul 2025 18:12:39 +0000 (12:12 -0600)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 12 Jul 2025 19:43:22 +0000 (21:43 +0200)
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>
target/linux/ath79/dts/qca9563_ubnt_amplifi-router-hd.dts

index a1551c071f55783f135c8809f572f536082a80c3..f6bf33fbf393bb2017094ce20554bab90cde88ed 100644 (file)
        status = "okay";
 };
 
+&usb_phy1 {
+       status = "okay";
+};
+
 &usb0 {
        status = "okay";
 };
+
+&usb1 {
+       status = "okay";
+};