On Sun, Jun 30, 2024 at 5:10 PM Jacobe Zang <jacobe.zang@xxxxxxxxxx> wrote:Thanks for clarifying. So this change handles the PCIe case without
Hi Stefan,You're looking at the wrong driver. For brcmfmac, the lpo clock is toggled
I think the clock is used by the PCIe device so enable it in this file. Also I checkedWiFi modules often require 32kHz clock to function. Add support tothe low power clock is independent from the host interface like PCIe. So
enable the clock to PCIe driver.
the clock handling should move to the common code. Sorry, not i cannot
give a good suggestion, what's the best place for this.
use of clock which in spi[0] or sdio[0] device was enabled similarly to this.
[0] https://lore.kernel.org/all/20210806081229.721731-4-claudiu.beznea@xxxxxxxxxxxxx/
by the MMC pwrseq code. And for the Bluetooth side (where it really matters)
for UARTs, it is in drivers/bluetooth/hci_bcm.c. and documented in the
binding Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml
ChenYu