From: Konrad Dybcio Date: Wed, 5 Jul 2023 15:00:05 +0000 (+0200) Subject: arm64: dts: qcom: sc8180x: Fix cluster PSCI suspend param X-Git-Tag: v6.6-rc1~130^2~6^2~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c31a3f5abc9eeb6509d06041b1e5f12deb39c4d;p=thirdparty%2Flinux.git arm64: dts: qcom: sc8180x: Fix cluster PSCI suspend param 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 Reviewed-by: Bjorn Andersson Link: https://lore.kernel.org/r/20230705-topic-8180_sleep-v1-1-c5dce117364e@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi index 2420f44d87e34..a65dfd136ca9e 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -298,7 +298,7 @@ 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>;