Message ID | 20241127115107.11549-1-quic_janathot@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Enable Bluetooth on qcs6490-rb3gen2 board | expand |
On Wed, Nov 27, 2024 at 12:51 PM Janaki Ramaiah Thota <quic_janathot@quicinc.com> wrote: > > - Patch 1/2 enable WCN6750 Bluetooth node for qcs6490-rb3gen2 board > along with onchip PMU. > - Patch 2/2 add qcom,wcn6750-pmu bindings. > > Janaki Ramaiah Thota (2): > arm64: dts: qcom: qcs6490-rb3gen2: enable Bluetooth > regulator: dt-bindings: qcom,qca6390-pmu: document WCN6750 > > .../bindings/regulator/qcom,qca6390-pmu.yaml | 27 +++ > arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 174 +++++++++++++++++- > drivers/bluetooth/hci_qca.c | 2 +- > drivers/power/sequencing/pwrseq-qcom-wcn.c | 22 +++ > 4 files changed, 223 insertions(+), 2 deletions(-) > > -- Is there no associated change to the pwrseq-qcom-wcn driver? Bart
On Wed, Nov 27, 2024 at 05:21:05PM +0530, Janaki Ramaiah Thota wrote: > - Patch 1/2 enable WCN6750 Bluetooth node for qcs6490-rb3gen2 board > along with onchip PMU. > - Patch 2/2 add qcom,wcn6750-pmu bindings. - Bindings come before DT changes - Driver changes should be separate, one patch per subtree (so one for BT, one for pwrseq). > > Janaki Ramaiah Thota (2): > arm64: dts: qcom: qcs6490-rb3gen2: enable Bluetooth > regulator: dt-bindings: qcom,qca6390-pmu: document WCN6750 > > .../bindings/regulator/qcom,qca6390-pmu.yaml | 27 +++ > arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 174 +++++++++++++++++- > drivers/bluetooth/hci_qca.c | 2 +- > drivers/power/sequencing/pwrseq-qcom-wcn.c | 22 +++ > 4 files changed, 223 insertions(+), 2 deletions(-) > > --