diff options
author | Keerthy <j-keerthy@ti.com> | 2017-01-06 01:01:42 -0500 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-02-18 20:44:07 -0500 |
commit | 96234d44ce3dc598de06b9d7431db9d186dd0d11 (patch) | |
tree | e12ffb3fc278eda854aaf56fccd45fb7c2a1a505 | |
parent | 173a31271253d6ecb5358b72fa26a47e78db3e14 (diff) |
thermal: arm: dra752: Remove TSHUT configuration
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>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r-- | drivers/thermal/ti-soc-thermal/dra752-thermal-data.c | 3 |
1 files changed, 1 insertions, 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 58b5c6694cd4..0a3f88dd883e 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 @@ int dra752_adc_to_temp[DRA752_ADC_END_VALUE - DRA752_ADC_START_VALUE + 1] = { | |||
416 | 416 | ||
417 | /* DRA752 data */ | 417 | /* DRA752 data */ |
418 | const struct ti_bandgap_data dra752_data = { | 418 | const struct ti_bandgap_data dra752_data = { |
419 | .features = TI_BANDGAP_FEATURE_TSHUT_CONFIG | | 419 | .features = TI_BANDGAP_FEATURE_FREEZE_BIT | |
420 | TI_BANDGAP_FEATURE_FREEZE_BIT | | ||
421 | TI_BANDGAP_FEATURE_TALERT | | 420 | TI_BANDGAP_FEATURE_TALERT | |
422 | TI_BANDGAP_FEATURE_COUNTER_DELAY | | 421 | TI_BANDGAP_FEATURE_COUNTER_DELAY | |
423 | TI_BANDGAP_FEATURE_HISTORY_BUFFER | | 422 | TI_BANDGAP_FEATURE_HISTORY_BUFFER | |