mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-25 15:15:33 +08:00
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: Nicolas Chauvet <kwizart@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
6b26c1a034
commit
5aaa0de991
@ -925,6 +925,11 @@
|
|||||||
hysteresis = <1000>;
|
hysteresis = <1000>;
|
||||||
type = "critical";
|
type = "critical";
|
||||||
};
|
};
|
||||||
|
mem_throttle_trip {
|
||||||
|
temperature = <99000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "hot";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cooling-maps {
|
cooling-maps {
|
||||||
@ -975,6 +980,11 @@
|
|||||||
hysteresis = <1000>;
|
hysteresis = <1000>;
|
||||||
type = "critical";
|
type = "critical";
|
||||||
};
|
};
|
||||||
|
pllx_throttle_trip {
|
||||||
|
temperature = <99000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "hot";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cooling-maps {
|
cooling-maps {
|
||||||
|
Loading…
Reference in New Issue
Block a user