Skip to content

Instantly share code, notes, and snippets.

@lategoodbye
Created November 28, 2019 18:30
Show Gist options
  • Save lategoodbye/05397135c11322e50622c31f34da4c75 to your computer and use it in GitHub Desktop.
Save lategoodbye/05397135c11322e50622c31f34da4c75 to your computer and use it in GitHub Desktop.
Fix the critical CPU temperature of BCM283x
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi
index 3caaa57..8394916 100644
--- a/arch/arm/boot/dts/bcm283x.dtsi
+++ b/arch/arm/boot/dts/bcm283x.dtsi
@@ -37,7 +37,7 @@
trips {
cpu-crit {
- temperature = <80000>;
+ temperature = <90000>;
hysteresis = <0>;
type = "critical";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment