Commit 252cc72a authored by Nicolas Chauvet's avatar Nicolas Chauvet Committed by Thierry Reding
Browse files

ARM: tegra: Add missing hot temperatures to Tegra124 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 37ac8c4c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1248,6 +1248,11 @@ mem-shutdown-trip {
					hysteresis = <0>;
					type = "critical";
				};
				mem-throttle-trip {
					temperature = <99000>;
					hysteresis = <1000>;
					type = "hot";
				};
			};

			cooling-maps {
@@ -1299,6 +1304,11 @@ pllx-shutdown-trip {
					hysteresis = <0>;
					type = "critical";
				};
				pllx-throttle-trip {
					temperature = <99000>;
					hysteresis = <1000>;
					type = "hot";
				};
			};

			cooling-maps {