Re: [PATCH v8 7/9] arm64: dts: qcom: talos: Enable CDSP cooling
Gaurav Kohli <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-hardening,org.kernel.vger.linux-kernel,org.kernel.vger.linux-remoteproc |
|---|---|
| Message-ID | <[email protected]> |
On 8/24/2026 7:47 PM, Konrad Dybcio wrote:
> On 8/9/26 2:29 PM, Gaurav Kohli wrote:
>> Unlike the CPU, the CDSP does not throttle its speed automatically
>> when it reaches high temperatures in talos.
>
> [...]
>
>> + cooling-maps {
>> + map0 {
>> + trip = <&q6_hvx_alert0>;
>> + cooling-device = <&remoteproc_cdsp QCOM_TMD_CDSP_SW
>> + THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
>> + };
>> + };
>> };
>>
>> mdm-core-thermal {
>
> Should this sensor also be bound to the rproc?
Thanks for the review, Konrad.
Talos does not have a modem remoteproc device defined in the DTS, looks
like modem support is not present/disable for this target.
>
> Konrad