There is one description in the datasheet
"7.3.7.2.2 Thermal Warning
The LP87524B/J/P-Q1 device includes a monitoring feature against overtemperature by setting an interrupt for
host processor. The threshold level of the thermal warning is selected with TDIE_WARN_LEVEL bit (in CONFIG
register).
If the LP87524B/J/P-Q1 device temperature increases above thermal warning level the device sets TDIE_WARN
bit (in INT_TOP1 register) and pulls nINT pin low. The status of the thermal warning can be read from
TDIE_WARN_STAT bit (in TOP_STAT register), and the interrupt is cleared by writing 1 to TDIE_WARN bit."
The question is simple, should it set "TDIE_WARN" bit to 1 to enable "Thermal warning"?
Or the default is enable anyway, and we can change the level with TDIE_WARN_LEVEL bit.
Thanks.