OSDN Git Service

ARM: tegra: Add missing hot temperatures to Tegra124 thermal-zones
authorNicolas Chauvet <kwizart@gmail.com>
Sun, 27 Sep 2020 15:09:52 +0000 (17:09 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 26 Nov 2020 18:06:47 +0000 (19:06 +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/arm/boot/dts/tegra124.dtsi

index a0fa582..c71d597 100644 (file)
                                        hysteresis = <0>;
                                        type = "critical";
                                };
+                               mem-throttle-trip {
+                                       temperature = <99000>;
+                                       hysteresis = <1000>;
+                                       type = "hot";
+                               };
                        };
 
                        cooling-maps {
                                        hysteresis = <0>;
                                        type = "critical";
                                };
+                               pllx-throttle-trip {
+                                       temperature = <99000>;
+                                       hysteresis = <1000>;
+                                       type = "hot";
+                               };
                        };
 
                        cooling-maps {