i.MX8MQ silicon only has consumer and industrial part, for consumer part,
the operating temperature range is 0C ~ 95C, so update the thermal driver
critical temp to 95C. This is only a reference setting based on consumer
part, if the silicon is for industrial use, please update the temperature
according to the industrial part datasheet.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
type = "passive";
};
cpu_crit0: trip1 {
- temperature = <125000>;
+ temperature = <95000>;
hysteresis = <2000>;
type = "critical";
};