Skip to content

Commit

Permalink
arm64 / dtsi : beryllium,pmi8998 : Fixups
Browse files Browse the repository at this point in the history
- Don't hold SOC when full
- Relax all thermal zone hysteresis

Signed-off-by: Raphiel Rollerscaperers <[email protected]>
  • Loading branch information
raphielscape authored and PainKiller3 committed Jun 11, 2022
1 parent bbb4094 commit 123ef0e
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions arch/arm64/boot/dts/qcom/beryllium-p0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@
trips {
active-config0 {
temperature = <125000>;
hysteresis = <1000>;
hysteresis = <10000>;
type = "passive";
};
};
Expand All @@ -875,7 +875,7 @@
trips {
active-config0 {
temperature = <125000>;
hysteresis = <1000>;
hysteresis = <10000>;
type = "passive";
};
};
Expand All @@ -891,7 +891,7 @@
trips {
active-config0 {
temperature = <125000>;
hysteresis = <1000>;
hysteresis = <10000>;
type = "passive";
};
};
Expand All @@ -907,7 +907,7 @@
trips {
active-config0 {
temperature = <125000>;
hysteresis = <1000>;
hysteresis = <10000>;
type = "passive";
};
};
Expand All @@ -923,14 +923,9 @@
trips {
active-config0 {
temperature = <125000>;
hysteresis = <1000>;
hysteresis = <10000>;
type = "passive";
};
shutdown-config {
temperature = <59000>;
hysteresis = <1000>;
type = "critical";
};
};
};

Expand All @@ -944,7 +939,7 @@
trips {
active-config0 {
temperature = <125000>;
hysteresis = <1000>;
hysteresis = <10000>;
type = "passive";
};
};
Expand All @@ -960,7 +955,7 @@
trips {
active-config0 {
temperature = <125000>;
hysteresis = <1000>;
hysteresis = <10000>;
type = "passive";
};
};
Expand All @@ -976,7 +971,7 @@
trips {
active-config0 {
temperature = <125000>;
hysteresis = <1000>;
hysteresis = <10000>;
type = "passive";
};
};
Expand Down

0 comments on commit 123ef0e

Please sign in to comment.