On Wed, Nov 27, 2024 at 2:05 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: > > On 27/11/2024 12:51, Janaki Ramaiah Thota wrote: > > Add a PMU node for the WCN6750 module present on the qcs6490-rb3gen board > > and use the power sequencer for the same. > > > > Signed-off-by: Janaki Ramaiah Thota <quic_janathot@xxxxxxxxxxx> > > --- > > arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 174 ++++++++++++++++++- > > drivers/bluetooth/hci_qca.c | 2 +- > > drivers/power/sequencing/pwrseq-qcom-wcn.c | 22 +++ > > 3 files changed, 196 insertions(+), 2 deletions(-) > > DTS is always separate and cannot go via the same (driver) tree, > > Missing bindings. > > Missing changelog, it's v4 so what happened here? > > Best regards, > Krzysztof Ah, so this is where the driver change is at. Janaki: the DT binding lives under the "regulator" namespace so it's Mark Brown who typically takes changes to it via his tree. I pick up driver changes into the pwrseq tree. Bjorn takes the DTS changes. Luiz and Marcel are responsible for Bluetooth changes so you will have to split all these changes into separate commits. Bart