Commit 5dd227cc authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI

The SLPI is powered by the Low Power Island power rails. Fix the incorrect
assignment.

Fixes: 74588aad ("arm64: dts: qcom: sdm845: add SLPI remoteproc")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231220-topic-sdm845_slpi_lcxmx-v1-1-db7c72ef99ae@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 68c4c208
......@@ -3368,8 +3368,8 @@ slpi_pas: remoteproc@5c00000 {
qcom,qmp = <&aoss_qmp>;
power-domains = <&rpmhpd SDM845_CX>,
<&rpmhpd SDM845_MX>;
power-domains = <&rpmhpd SDM845_LCX>,
<&rpmhpd SDM845_LMX>;
power-domain-names = "lcx", "lmx";
memory-region = <&slpi_mem>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment