Skip to content

Commit

Permalink
arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI
Browse files Browse the repository at this point in the history
[ Upstream commit 5dd227ccfb9568935bdaf82bc1893b36457dd4d3 ]

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

Fixes: 74588aa ("arm64: dts: qcom: sdm845: add SLPI remoteproc")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231220-topic-sdm845_slpi_lcxmx-v1-1-db7c72ef99ae@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
konradybcio authored and Sasha Levin committed Mar 26, 2024
1 parent d2113b6 commit 5ab7b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/sdm845.dtsi
Expand Up @@ -3366,8 +3366,8 @@

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>;
Expand Down

0 comments on commit 5ab7b45

Please sign in to comment.