Re: [PATCH 3/3] arm64: dts: qcom: sa8775p: Add LMH interrupts support
From: Konrad Dybcio
Date: Sat Oct 26 2024 - 08:27:40 EST
On 17.10.2024 11:28 AM, Jagadeesh Kona wrote:
> Add LMH interrupts support to indicate if there is any
> thermal throttle.
>
> Signed-off-by: Jagadeesh Kona <quic_jkona@xxxxxxxxxxx>
> ---
'support' doesn't fit here, you're describing the interrupts, passing
them to the cpufreq node.
Adding support for interrupts would be fitting if you e.g. added code
in the driver that would start consuming them.
The code itself looks in line with the docs
Konrad