summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2024-10-12 14:19:10 +0300
committerShawn Guo <shawnguo@kernel.org>2024-10-22 04:31:13 +0300
commit8f0618f159d0d175c3f5aec8efdac980cb0ec491 (patch)
tree181d7b0affe0253fb7c3e6817b7fbfc730e24cc3
parentf7d4801432e0ee256b7aa628e18ae46b8e241543 (diff)
downloadlinux-8f0618f159d0d175c3f5aec8efdac980cb0ec491.tar.xz
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>
-rw-r--r--arch/arm64/boot/dts/freescale/imx95.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
index 7f4e7579cdb3..a96bf8e6a1a2 100644
--- a/arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
@@ -346,13 +346,13 @@
trips {
cpu_alert0: trip0 {
- temperature = <85000>;
+ temperature = <105000>;
hysteresis = <2000>;
type = "passive";
};
cpu_crit0: trip1 {
- temperature = <95000>;
+ temperature = <125000>;
hysteresis = <2000>;
type = "critical";
};