- Patch 1/4 Add description of the PMU of the WCN6750 module. - Patch 2/4 add and enable BT node for qcs6490-rb3gen board. - Patch 3/4 use the power sequencer for wcn6750. - Patch 4/4 add support for the WCN6750 PMU. ---- Changes from v3: * Defined the PMU node and used the its output to power up BT * Used power sequencer for wcn wcn6750 module * Split the patch to multiple as per subtree * Add description of the PMU of the WCN6750 module * Include separate UART state node for sleep pin configuarion * Link to v3: https://lore.kernel.org/linux-arm-msm/20241022104600.3228-1-quic_janathot@xxxxxxxxxxx/ Changes from v2: * Sorted nodes alphabetically * Link to v2: https://lore.kernel.org/linux-arm-msm/20241010105107.30118-1-quic_janathot@xxxxxxxxxxx/ Changes from v1: * Corrected the board name in subject * Link to v1: https://lore.kernel.org/linux-arm-msm/20241009111436.23473-1-quic_janathot@xxxxxxxxxxx/ Janaki Ramaiah Thota (4): regulator:·dt-bindings:·qcom,qca6390-pmu:·document wcn6750-pmu arm64: dts: qcom: qcs6490-rb3gen: add and enable BT node Bluetooth: hci_qca: use the power sequencer for wcn6750 power: sequencing: qcom-wcn: add support for the WCN6750 PMU .../bindings/regulator/qcom,qca6390-pmu.yaml | 27 +++ arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 165 +++++++++++++++++- drivers/bluetooth/hci_qca.c | 2 +- drivers/power/sequencing/pwrseq-qcom-wcn.c | 22 +++ 4 files changed, 214 insertions(+), 2 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project