arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Wed, 20 Dec 2023 14:15:11 +0000 (15:15 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 14 Feb 2024 05:33:05 +0000 (23:33 -0600)
The SLPI is powered by the Low Power Island power rails. Fix the incorrect
assignment.

Fixes: 74588aada59a ("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>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index d655bf5bdb96373d8b9edcc38ced76b7428c7eae..9140303263291efe856279fecdae8b1814ef35e3 100644 (file)
 
                        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>;