diff options
Diffstat (limited to 'drivers/thermal/ti-soc-thermal/ti-thermal.h')
-rw-r--r-- | drivers/thermal/ti-soc-thermal/ti-thermal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/thermal/ti-soc-thermal/ti-thermal.h b/drivers/thermal/ti-soc-thermal/ti-thermal.h index 5055777727cc..f8b7ffea6194 100644 --- a/drivers/thermal/ti-soc-thermal/ti-thermal.h +++ b/drivers/thermal/ti-soc-thermal/ti-thermal.h | |||
@@ -38,6 +38,9 @@ | |||
38 | #define OMAP_GRADIENT_SLOPE_5430_GPU 117 | 38 | #define OMAP_GRADIENT_SLOPE_5430_GPU 117 |
39 | #define OMAP_GRADIENT_CONST_5430_GPU -2992 | 39 | #define OMAP_GRADIENT_CONST_5430_GPU -2992 |
40 | 40 | ||
41 | #define DRA752_GRADIENT_SLOPE 0 | ||
42 | #define DRA752_GRADIENT_CONST 2000 | ||
43 | |||
41 | /* PCB sensor calculation constants */ | 44 | /* PCB sensor calculation constants */ |
42 | #define OMAP_GRADIENT_SLOPE_W_PCB_4430 0 | 45 | #define OMAP_GRADIENT_SLOPE_W_PCB_4430 0 |
43 | #define OMAP_GRADIENT_CONST_W_PCB_4430 20000 | 46 | #define OMAP_GRADIENT_CONST_W_PCB_4430 20000 |
@@ -51,6 +54,9 @@ | |||
51 | #define OMAP_GRADIENT_SLOPE_W_PCB_5430_GPU 464 | 54 | #define OMAP_GRADIENT_SLOPE_W_PCB_5430_GPU 464 |
52 | #define OMAP_GRADIENT_CONST_W_PCB_5430_GPU -5102 | 55 | #define OMAP_GRADIENT_CONST_W_PCB_5430_GPU -5102 |
53 | 56 | ||
57 | #define DRA752_GRADIENT_SLOPE_W_PCB 0 | ||
58 | #define DRA752_GRADIENT_CONST_W_PCB 2000 | ||
59 | |||
54 | /* trip points of interest in milicelsius (at hotspot level) */ | 60 | /* trip points of interest in milicelsius (at hotspot level) */ |
55 | #define OMAP_TRIP_COLD 100000 | 61 | #define OMAP_TRIP_COLD 100000 |
56 | #define OMAP_TRIP_HOT 110000 | 62 | #define OMAP_TRIP_HOT 110000 |