Setting the Over-Heat Threshold to Avoid Automatic Shut-Down
You can avoid automatic shut-down by modifying the over-heat temperature threshold of the
cpu@crit node to a greater value. Follow the example
below:cpu_trips: trips{
cpu_crit: cpu_crit@0 {
temperature = <110000>;
type = "critical";
hyste-resis = <0>;
};
When a PMIC is used, you may need to switch off the PMIC in advance. See the following
example:
pmu0: pmu@0{ overtemp_shutdown = <1>; //Overtemp protection, 0 means shutdown overtemp_value = <145>; //Overtemp protection temperature
