arm64: dts: imx95: update a55 thermal trip points

Update the thermal trip points for automotive and extended industrial
temperature qualification processors.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Peng Fan 2024-10-12 19:19:10 +08:00 committed by Shawn Guo
parent f7d4801432
commit 8f0618f159

View File

@ -346,13 +346,13 @@ a55-thermal {
trips {
cpu_alert0: trip0 {
temperature = <85000>;
temperature = <105000>;
hysteresis = <2000>;
type = "passive";
};
cpu_crit0: trip1 {
temperature = <95000>;
temperature = <125000>;
hysteresis = <2000>;
type = "critical";
};