Re: [PATCH] arm64: dts: qcom: sc8280xp: Introduce additional tsens instances

From: Johan Hovold
Date: Fri Jan 26 2024 - 05:23:05 EST


On Fri, Jan 19, 2024 at 12:31:06AM +0100, Konrad Dybcio wrote:
> On 1/19/24 00:00, Bjorn Andersson wrote:

> > + gpu-thermal {
> > + polling-delay-passive = <250>;
> > + polling-delay = <1000>;
>
> Hm, did tsens only gain support of non-polled reporting with 8450?
>
> If not, we should definitely update all the relevant SoCs.

Did you determine whether the interrupts work as expected?

We don't want to be polling here unless we have to (i.e. polling-delay
should be 0 as per the binding).

Johan