TEMP_MIN
val = clamp_val(val, TEMP_MIN, TEMP_MAX);
int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX);
POWER_SUPPLY_ATTR(TEMP_MIN),