arm64: dts: imx8m{m,p}-verdin: use IT temperatures
authorPhilippe Schenker <philippe.schenker@toradex.com>
Wed, 22 Jun 2022 16:44:10 +0000 (18:44 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Jun 2022 08:09:18 +0000 (16:09 +0800)
Use IT temperature threshold for critical/passive trip point
on Verdin iMX8M Plus and Mini.

Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

index a8c329c..d1b4582 100644 (file)
        cpu-supply = <&reg_vdd_arm>;
 };
 
+&cpu_alert0 {
+       temperature = <95000>;
+};
+
+&cpu_crit0 {
+       temperature = <105000>;
+};
+
 &ddrc {
        operating-points-v2 = <&ddrc_opp_table>;
 
index 8c38f89..c5987bd 100644 (file)
        };
 };
 
+&cpu_alert0 {
+       temperature = <95000>;
+};
+
+&cpu_crit0 {
+       temperature = <105000>;
+};
+
 /* Verdin SPI_1 */
 &ecspi1 {
        #address-cells = <1>;