arm64: tegra: Add missing hot temperatures to Tegra210 thermal-zones
authorNicolas Chauvet <kwizart@gmail.com>
Sun, 27 Sep 2020 15:09:55 +0000 (17:09 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 25 Nov 2020 14:33:34 +0000 (15:33 +0100)
According to dmesg, thermal-zones for mem and cpu are missing hot
temperatures properties.

  throttrip: pll: missing hot temperature
...
  throttrip: mem: missing hot temperature
...

Adding them will clear the messages.

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210.dtsi

index a17ffdb..f31f75d 100644 (file)
                                        type = "active";
                                };
 
+                               mem-hot-trip {
+                                       temperature = <100000>;
+                                       hysteresis = <1000>;
+                                       type = "hot";
+                               };
+
                                mem-shutdown-trip {
                                        temperature = <103000>;
                                        hysteresis = <0>;
                                        hysteresis = <0>;
                                        type = "critical";
                                };
+
+                               pllx-throttle-trip {
+                                       temperature = <100000>;
+                                       hysteresis = <1000>;
+                                       type = "hot";
+                               };
                        };
 
                        cooling-maps {