Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1552545
| From | Keerthy <j-keerthy@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] thermal: arm: dra752: Remove TSHUT configuration |
| Date | 2017-01-06 07:10 +0100 |
| Message-ID | <sWvSW-5NG-25@gated-at.bofh.it> (permalink) |
| References | <sWvSW-5NG-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Technical Reference Manual [1] mandates that software should
not be configuring the thermal shutdown thresholds. Hence
removing TSHUT_CONFIG.
[1] http://www.ti.com/lit/ug/sprui30b/sprui30b.pdf
Signed-off-by: Keerthy <j-keerthy@ti.com>
Reported-by: Ravikumar Kattekola <rk@ti.com>
---
drivers/thermal/ti-soc-thermal/dra752-thermal-data.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/thermal/ti-soc-thermal/dra752-thermal-data.c b/drivers/thermal/ti-soc-thermal/dra752-thermal-data.c
index 58b5c66..0a3f88d 100644
--- a/drivers/thermal/ti-soc-thermal/dra752-thermal-data.c
+++ b/drivers/thermal/ti-soc-thermal/dra752-thermal-data.c
@@ -416,8 +416,7 @@
/* DRA752 data */
const struct ti_bandgap_data dra752_data = {
- .features = TI_BANDGAP_FEATURE_TSHUT_CONFIG |
- TI_BANDGAP_FEATURE_FREEZE_BIT |
+ .features = TI_BANDGAP_FEATURE_FREEZE_BIT |
TI_BANDGAP_FEATURE_TALERT |
TI_BANDGAP_FEATURE_COUNTER_DELAY |
TI_BANDGAP_FEATURE_HISTORY_BUFFER |
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/2] thermal: omap: dra752: Remove TSHUT configuration Keerthy <j-keerthy@ti.com> - 2017-01-06 07:10 +0100 [PATCH 2/2] thermal: arm: dra752: Remove all TSHUT related definitions Keerthy <j-keerthy@ti.com> - 2017-01-06 07:10 +0100 [PATCH 1/2] thermal: arm: dra752: Remove TSHUT configuration Keerthy <j-keerthy@ti.com> - 2017-01-06 07:10 +0100
csiph-web