thermal/drivers/tsens: Allow configuring min and max trips
[linux-2.6-microblaze.git] / drivers / thermal / qcom / tsens-v1.c
index a4f561a..1d7f8a8 100644 (file)
@@ -306,6 +306,8 @@ static struct tsens_features tsens_v1_feat = {
        .adc            = 1,
        .srot_split     = 1,
        .max_sensors    = 11,
+       .trip_min_temp  = -40000,
+       .trip_max_temp  = 120000,
 };
 
 static const struct reg_field tsens_v1_regfields[MAX_REGFIELDS] = {