[0/6] Add regulator support for IPQ9574 SoC

Message ID 20230113150310.29709-1-quic_devipriy@quicinc.com
Headers
Series Add regulator support for IPQ9574 SoC |

Message

Devi Priya Jan. 13, 2023, 3:03 p.m. UTC
  IPQ9574 SoC uses the PMIC MP5496 and SMPA1 regulator is used for
APSS voltage scaling.
This patch series adds the support for the same.
Also enables the RPM communication over the RPMSG framework

This series depends on the below patchset
https://lore.kernel.org/linux-arm-msm/20230113143647.14961-1-quic_devipriy@quicinc.com/

devi priya (6):
  soc: qcom: smd-rpm: Add IPQ9574 compatible
  dt-bindings: soc: qcom: smd-rpm: Add IPQ9574 compatible string
  regulator: qcom_smd: Add MP5496 regulators
  regulator: qcom_smd: Add PMIC compatible for IPQ9574
  arm64: dts: qcom: ipq9574: Add cpufreq & RPM related nodes
  regulator: qcom_smd: Add support to define the bootup voltage

 .../regulator/qcom,smd-rpm-regulator.yaml     |  3 +-
 .../bindings/soc/qcom/qcom,smd-rpm.yaml       |  1 +
 arch/arm64/boot/dts/qcom/ipq9574.dtsi         | 80 +++++++++++++++++++
 drivers/regulator/qcom_smd-regulator.c        | 20 +++++
 drivers/soc/qcom/smd-rpm.c                    |  1 +
 5 files changed, 104 insertions(+), 1 deletion(-)


base-commit: 1fe4fd6f5cad346e598593af36caeadc4f5d4fa9
  

Comments

Bjorn Andersson Feb. 6, 2023, 10:30 p.m. UTC | #1
On Fri, 13 Jan 2023 20:33:04 +0530, devi priya wrote:
> IPQ9574 SoC uses the PMIC MP5496 and SMPA1 regulator is used for
> APSS voltage scaling.
> This patch series adds the support for the same.
> Also enables the RPM communication over the RPMSG framework
> 
> This series depends on the below patchset
> https://lore.kernel.org/linux-arm-msm/20230113143647.14961-1-quic_devipriy@quicinc.com/
> 
> [...]

Applied, thanks!

[1/6] soc: qcom: smd-rpm: Add IPQ9574 compatible
      commit: 64dc69f3f36a71a95bfed8054d49600a7872415e

Best regards,
  
Devi Priya Feb. 8, 2023, 6:09 a.m. UTC | #2
On 2/7/2023 4:00 AM, Bjorn Andersson wrote:
> On Fri, 13 Jan 2023 20:33:04 +0530, devi priya wrote:
>> IPQ9574 SoC uses the PMIC MP5496 and SMPA1 regulator is used for
>> APSS voltage scaling.
>> This patch series adds the support for the same.
>> Also enables the RPM communication over the RPMSG framework
>>
>> This series depends on the below patchset
>> https://lore.kernel.org/linux-arm-msm/20230113143647.14961-1-quic_devipriy@quicinc.com/
>>
>> [...]
> 
> Applied, thanks!
> 
Thanks Bjorn!

> [1/6] soc: qcom: smd-rpm: Add IPQ9574 compatible
>        commit: 64dc69f3f36a71a95bfed8054d49600a7872415e
> 
> Best regards,
Regards,
Devi Priya