[PATCH v9 2/2] power: pwrseq: add a driver for the PMU module on the QCom WCN chipsets
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Mon Jun 10 07:54:11 PDT 2024
On 05/06/2024 14:38, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski at linaro.org>
>
> This adds the power sequencing driver for the PMU modules present on the
> Qualcomm WCN Bluetooth and Wifi chipsets. It uses the pwrseq subsystem
> and knows how to match the sequencer to the consumer device by verifying
> the relevant properties and DT layout. Using this driver will allow the
> BT and WLAN drivers to respect the required delays between enabling the
> two modules.
...
> +
> +static const struct of_device_id pwrseq_qcom_wcn_of_match[] = {
> + {
> + .compatible = "qcom,qca6390-pmu",
> + .data = &pwrseq_qca6390_of_data,
Bindings *must* be part of this patchset. I missed the moment this was
split into such chunks.
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list