mbox series

[0/4] Add the rpmhpd header in the Qualcomm SoC

Message ID 1690781104-2290-1-git-send-email-quic_rohiagar@quicinc.com
Headers show
Series Add the rpmhpd header in the Qualcomm SoC | expand

Message

Rohit Agarwal July 31, 2023, 5:25 a.m. UTC
Hi,

This series adds the rpmhpd header in all the Qualcomm SoC that has
RPMH. It also moves the the regulator levels from rpmpd to rpmhpd so
that all the new SoC should not have to define these SoC specific PD
and can savely use rpmhpd.h
It depends on the previously submitted series out of which first 2 are applied.
Now, this can only be picked after applying 3rd series, otherwise would break
dt-bindings check.

[1] https://lore.kernel.org/all/1689744162-9421-1-git-send-email-quic_rohiagar@quicinc.com/
[2] https://lore.kernel.org/all/1689840545-5094-1-git-send-email-quic_rohiagar@quicinc.com/
[3] https://lore.kernel.org/all/1690461813-22564-1-git-send-email-quic_rohiagar@quicinc.com/

Thanks,
Rohit.

Rohit Agarwal (4):
  dt-bindings: power: qcom,rpmhpd: Add the regulator levels for RPMHPD
  arm: dts: qcom: Add the rpmhpd header
  arm64: dts: qcom: Add the rpmhpd header
  dt-bindings: power: qcom,rpmpd: Remove unused SoC specific bindings

 arch/arm/boot/dts/qcom/qcom-sdx55.dtsi  |  1 +
 arch/arm/boot/dts/qcom/qcom-sdx65.dtsi  |  1 +
 arch/arm64/boot/dts/qcom/qdu1000.dtsi   |  1 +
 arch/arm64/boot/dts/qcom/sa8775p.dtsi   |  1 +
 arch/arm64/boot/dts/qcom/sc7180.dtsi    |  1 +
 arch/arm64/boot/dts/qcom/sc7280.dtsi    |  1 +
 arch/arm64/boot/dts/qcom/sc8180x.dtsi   |  1 +
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi  |  1 +
 arch/arm64/boot/dts/qcom/sdm670.dtsi    |  1 +
 arch/arm64/boot/dts/qcom/sdm845.dtsi    |  1 +
 arch/arm64/boot/dts/qcom/sm6350.dtsi    |  1 +
 arch/arm64/boot/dts/qcom/sm8150.dtsi    |  1 +
 arch/arm64/boot/dts/qcom/sm8250.dtsi    |  1 -
 arch/arm64/boot/dts/qcom/sm8350.dtsi    |  1 -
 arch/arm64/boot/dts/qcom/sm8450.dtsi    |  1 -
 arch/arm64/boot/dts/qcom/sm8550.dtsi    |  1 -
 include/dt-bindings/power/qcom,rpmhpd.h | 26 ++++++++++
 include/dt-bindings/power/qcom-rpmpd.h  | 84 ---------------------------------
 18 files changed, 38 insertions(+), 88 deletions(-)