Hi Yuri,
Thank you for your reply.
Base recommendations are as follows in imx8mm.dtsi.
-------------------------------
trips {
cpu_alert0: trip0 {
temperature = <85000>;
hysteresis = <2000>;
type = "passive";
};
cpu_crit0: trip1 {
temperature = <95000>;
hysteresis = <2000>;
type = "critical";
};
};
-------------------------------
Would you recommend the following changes to the IMX8MMIEC (-40C to 105C)?
Is this changes at my own risk?
-------------------------------
trips {
cpu_alert0: trip0 {
temperature = <95000>;
hysteresis = <2000>;
type = "passive";
};
cpu_crit0: trip1 {
temperature = <105000>;
hysteresis = <2000>;
type = "critical";
};
};
-------------------------------
Best regards,
Tori-san.