summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/qcom/msm8916.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 84ef9f51a64b..6137afe10a2e 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -167,7 +167,7 @@
type = "passive";
};
cpu_crit0: trip@1 {
- temperature = <95000>;
+ temperature = <100000>;
hysteresis = <2000>;
type = "critical";
};
@@ -189,12 +189,12 @@
trips {
cpu_alert1: trip@0 {
- temperature = <100000>;
+ temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu_crit1: trip@1 {
- temperature = <125000>;
+ temperature = <100000>;
hysteresis = <2000>;
type = "critical";
};