testuser7
testuser7
There is only one USB port on the board (there is also a second microUSB port but it is intended for QCA4024 debugging - I think). After enabling second controller:...
> Well, that commit then probably just uncovered a bug about the GDSC configuration and is not the root cause. Is there anything I can check on the OEM firmware?
> Without a datasheet I can only think of the GDSC being buggy as in the IPQ6018 Datasheet for IPQ8072A?
Can [this](https://download.siliconexpert.com/pdfs/2018/6/1/5/4/14/17/qcm_/manual/ipq-8078-0-772fcbga-mt-02-0.pdf) document be helpful?
I found something regarding GDSC in the GPL sources: ``` + /* Enable SW_COLLAPSE for USB0 GDSCR */ + regmap_update_bits(regmap, 0x3e078, BIT(0), 0x0); + /* Enable SW_COLLAPSE for USB1 GDSCR...
The GPL sources for the MX8500 have the following code: ``` + /* Disable SW_COLLAPSE for USB0 GDSCR */ + regmap_update_bits(regmap, 0x3e078, BIT(0), 0x0); + /* Enable SW_OVERRIDE for USB0...
Is there any workaround for this problem?
Currently everything except the 6G radio works (due to an outdated BDF file).
Patches are already updated. Should the `bluez-utils` package be added by default? Do you think this PR can be merged: https://github.com/openwrt/openwrt/pull/14512? The `ath11k_remove_regdomain` function is also needed here.
> Well, I have some reservations against that PR since it changes a lot of common caldata extraction code and I am not so sure it wont break a lot...