On Fri, Feb 28, 2025 at 09:11:36AM +0400, George Moussalem wrote: > TSENS v2.0+ leverage features not available to prior versions such as > updated interrupts init routine, masked interrupts, and watchdog. > Currently, the checks in place evaluate whether the IP version is greater > than v1 which invalidates when updates to v1 or v1 minor versions are > implemented. As such, update the conditional statements to strictly > evaluate whether the version is greater than or equal to v2 (inclusive). > > Signed-off-by: George Moussalem <george.moussalem@xxxxxxxxxxx> > --- > drivers/thermal/qcom/tsens.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry