SDM632 pm domains are different from MSM8953 because MSM8953 is defining pm8953_s1 as regulator but SDM632 is defining it as pm domain.
This patch series correcting the pm domains defined in rpmpd driver and splitting the MSS resources for the both SoC to match the reality. These changes was discussed in a previous threads: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Barnabás Czémán <[email protected]> --- Barnabás Czémán (7): dt-bindings: power: qcom-rpmpd: Split MSM8953 and SDM632 pmdomain: qcom: rpmpd: Split SDM632 pm domains from MSM8953 remoteproc: qcom_q6v5_mss: Use mss as regulator for MSM8953 arm64: dts: qcom: msm8953: fix modem pm domains dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add SDM632 remoteproc: qcom_q6v5_mss: Add SDM632 MSS arm64: dts: qcom: sdm632: Correct power domains .../devicetree/bindings/power/qcom,rpmpd.yaml | 1 + .../bindings/remoteproc/qcom,msm8916-mss-pil.yaml | 9 ++-- arch/arm64/boot/dts/qcom/msm8953.dtsi | 5 +- arch/arm64/boot/dts/qcom/sdm632.dtsi | 31 ++++++++++++ drivers/pmdomain/qcom/rpmpd.c | 39 ++++++++------- drivers/remoteproc/qcom_q6v5_mss.c | 56 ++++++++++++++++++++-- include/dt-bindings/power/qcom-rpmpd.h | 20 +++++--- 7 files changed, 127 insertions(+), 34 deletions(-) --- base-commit: 8e42d2514a7e8eb8d740d0ba82339dd6c0b6463f change-id: 20260319-sdm632-rpmpd-c0e3eb548f58 Best regards, -- Barnabás Czémán <[email protected]>

