Re: [PATCH] arm64: dts: qcom: monaco-arduino-monza: Rework fan cooling map
From: Konrad Dybcio
Date: Fri Jul 24 2026 - 08:27:54 EST
On 7/24/26 9:50 AM, Loic Poulain wrote:
> The fan thermal zone previously had a single "active" trip at 32C mapped
> to the fan over the full cooling range (<&fan 0 THERMAL_NO_LIMIT>). With
> the default step_wise governor this only ramps the fan one step per poll
> according to the thermal trend, so the fan speed tracked whether the
> temperature was rising or falling rather than the temperature itself.
[...]
> + map-active2 {
> + trip = <&cpuss0_active2>;
> + cooling-device = <&fan 8 8>;
> + };
> +
> + map-active3 {
> + trip = <&cpuss0_active3>;
> + cooling-device = <&fan 10 10>;
> };
No NO_LIMIT at the end?
Konrad