ARM: dts: msm: Disable LPM states

Change-Id: I80bcfa39c2eb7ce37f2df1a86a0ab914043e6845
Signed-off-by: Sneh Mankad <quic_smankad@quicinc.com>
This commit is contained in:
Sneh Mankad
2024-12-24 17:20:54 +05:30
committed by Vishvanath Singh
parent 1e24f978b0
commit 4bf90d3001

View File

@@ -297,6 +297,7 @@
min-residency-us = <3200>; min-residency-us = <3200>;
arm,psci-suspend-param = <0x40000003>; arm,psci-suspend-param = <0x40000003>;
local-timer-stop; local-timer-stop;
status = "disabled";
}; };
SILVER_RAIL_OFF: silver-cluster0-c4 { /* C4 */ SILVER_RAIL_OFF: silver-cluster0-c4 { /* C4 */
@@ -307,6 +308,7 @@
min-residency-us = <6700>; min-residency-us = <6700>;
arm,psci-suspend-param = <0x40000004>; arm,psci-suspend-param = <0x40000004>;
local-timer-stop; local-timer-stop;
status = "disabled";
}; };
GOLD_OFF: gold-c3 { /* C3 */ GOLD_OFF: gold-c3 { /* C3 */
@@ -317,6 +319,7 @@
min-residency-us = <4011>; min-residency-us = <4011>;
arm,psci-suspend-param = <0x40000003>; arm,psci-suspend-param = <0x40000003>;
local-timer-stop; local-timer-stop;
status = "disabled";
}; };
GOLD_RAIL_OFF: gold-cluster1-c4 { /* C4 */ GOLD_RAIL_OFF: gold-cluster1-c4 { /* C4 */
@@ -327,6 +330,7 @@
min-residency-us = <7951>; min-residency-us = <7951>;
arm,psci-suspend-param = <0x40000004>; arm,psci-suspend-param = <0x40000004>;
local-timer-stop; local-timer-stop;
status = "disabled";
}; };
GOLD_PLUS_OFF: gold-plus-c3 { /* C3 */ GOLD_PLUS_OFF: gold-plus-c3 { /* C3 */
@@ -337,6 +341,7 @@
min-residency-us = <6230>; min-residency-us = <6230>;
arm,psci-suspend-param = <0x40000003>; arm,psci-suspend-param = <0x40000003>;
local-timer-stop; local-timer-stop;
status = "disabled";
}; };
GOLD_PLUS_RAIL_OFF: gold-plus-cluster3-c4 { /* C4 */ GOLD_PLUS_RAIL_OFF: gold-plus-cluster3-c4 { /* C4 */
@@ -347,6 +352,7 @@
min-residency-us = <7480>; min-residency-us = <7480>;
arm,psci-suspend-param = <0x40000004>; arm,psci-suspend-param = <0x40000004>;
local-timer-stop; local-timer-stop;
status = "disabled";
}; };
CLUSTER_PWR_DN: cluster-d4 { /* D4 */ CLUSTER_PWR_DN: cluster-d4 { /* D4 */
@@ -356,6 +362,7 @@
exit-latency-us = <2350>; exit-latency-us = <2350>;
min-residency-us = <9144>; min-residency-us = <9144>;
arm,psci-suspend-param = <0x41000044>; arm,psci-suspend-param = <0x41000044>;
status = "disabled";
}; };
CX_RET: cx-ret { /* Cx Ret */ CX_RET: cx-ret { /* Cx Ret */
@@ -365,6 +372,7 @@
exit-latency-us = <2801>; exit-latency-us = <2801>;
min-residency-us = <8550>; min-residency-us = <8550>;
arm,psci-suspend-param = <0x41001344>; arm,psci-suspend-param = <0x41001344>;
status = "disabled";
}; };
APSS_OFF: cluster-e3 { /* E3 */ APSS_OFF: cluster-e3 { /* E3 */
@@ -374,6 +382,7 @@
exit-latency-us = <4400>; exit-latency-us = <4400>;
min-residency-us = <10150>; min-residency-us = <10150>;
arm,psci-suspend-param = <0x4100b344>; arm,psci-suspend-param = <0x4100b344>;
status = "disabled";
}; };
}; };