diff options
author | Konrad Dybcio <[email protected]> | 2023-07-05 17:00:05 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:46:11 -0700 |
commit | 9c31a3f5abc9eeb6509d06041b1e5f12deb39c4d (patch) | |
tree | f12ae0d501bec65a72829b95430668d2bd546b66 | |
parent | 068be6cb4b98a8a26426b603b23582b78630dd23 (diff) |
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 <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc8180x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi index 2420f44d87e3..a65dfd136ca9 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>; |