Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
thermal-zones {
<thermal zone name> {
polling-delay-passive = <2000>;
polling-delay = <0>;
thermal-sensors = < thermal sensor phandle and sensor specifier used to monitor this thermal zone>;
trips {
trip0: apc-trip {
temperature = <50000>; /*Threshold to trigger thermal mitigation */
hysteresis = <2000>; /*The offset of clear threshold, the clear threshold is 48000 */
};
};
cooling-maps {
map0 {
trip = <&apc_trip>;
cooling-device = <&cpufreq-cpu4 THERMAL_NO_LIMIT 5>; /* Reduce Gold cluster CPU fmax freq by 5 levels */
};
};
};
};
此页面对您有帮助吗?
