On 05/06/2024 14:38, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > 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