arm64: dts: qcom: sc8180x: Fix cluster PSCI suspend param
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Wed, 5 Jul 2023 15:00:05 +0000 (17:00 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 10 Jul 2023 04:46:11 +0000 (21:46 -0700)
The value was copypasted from 8150, but 8180 expects a different one.
Confirmed with both downstream device tree and Windows DSDT, not tested
on hardware (sorry, I don't have any).

Fix it.

Fixes: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230705-topic-8180_sleep-v1-1-c5dce117364e@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x.dtsi

index 2420f44d87e34fb5945817635831157ecb5e15e4..a65dfd136ca9ee7abd21738d3a8bdf04ccc5a6e1 100644 (file)
                domain-idle-states {
                        CLUSTER_SLEEP_0: cluster-sleep-0 {
                                compatible = "domain-idle-state";
-                               arm,psci-suspend-param = <0x4100c244>;
+                               arm,psci-suspend-param = <0x4100a344>;
                                entry-latency-us = <3263>;
                                exit-latency-us = <6562>;
                                min-residency-us = <9987>;