Commit 5aaa0de9 authored by Nicolas Chauvet's avatar Nicolas Chauvet Committed by Thierry Reding
Browse files

arm64: tegra: Add missing hot temperatures to Tegra132 thermal-zones



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: default avatarNicolas Chauvet <kwizart@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 6b26c1a0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -925,6 +925,11 @@ mem_shutdown_trip {
					hysteresis = <1000>;
					type = "critical";
				};
				mem_throttle_trip {
					temperature = <99000>;
					hysteresis = <1000>;
					type = "hot";
				};
			};

			cooling-maps {
@@ -975,6 +980,11 @@ pllx_shutdown_trip {
					hysteresis = <1000>;
					type = "critical";
				};
				pllx_throttle_trip {
					temperature = <99000>;
					hysteresis = <1000>;
					type = "hot";
				};
			};

			cooling-maps {