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

From: Rohit Agarwal
Date: Mon Jul 31 2023 - 01:25:26 EST


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@xxxxxxxxxxx/
[2] https://lore.kernel.org/all/1689840545-5094-1-git-send-email-quic_rohiagar@xxxxxxxxxxx/
[3] https://lore.kernel.org/all/1690461813-22564-1-git-send-email-quic_rohiagar@xxxxxxxxxxx/

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(-)

--
2.7.4