[arm64] drivers/thermal/qcom: enable QCOM_SPMI_ADC_TM5
If the module qcom_spmi_adc_tm5 isn't loaded, the system never leaves state0 for thermal throttling, see the values of time spent in the various states at /sys/class/thermal/cooling_device*/stats/time_in_state_ms.
Alternatively one can monitor the thermal_zone_trip tracepoint:
bpftrace -e 'tracepoint:thermal:thermal_zone_trip { printf("trip\n") }'