Skip to content

Commit

Permalink
staging: ti-soc-thermal: Enable COUNTER_DELAY feature for OMAP5
Browse files Browse the repository at this point in the history
Enable COUNTER_DELAY feature for OMAP5.

Signed-off-by: J Keerthy <j-keerthy@ti.com>
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
J Keerthy authored and Greg Kroah-Hartman committed Apr 1, 2013
1 parent 3ff027f commit 16b3973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/ti-soc-thermal/omap5-thermal-data.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ omap5430_adc_to_temp[
const struct ti_bandgap_data omap5430_data = {
.features = TI_BANDGAP_FEATURE_TSHUT_CONFIG |
TI_BANDGAP_FEATURE_FREEZE_BIT |
TI_BANDGAP_FEATURE_TALERT,
TI_BANDGAP_FEATURE_TALERT |
TI_BANDGAP_FEATURE_COUNTER_DELAY,
.fclock_name = "l3instr_ts_gclk_div",
.div_ck_name = "l3instr_ts_gclk_div",
.conv_table = omap5430_adc_to_temp,
Expand Down

0 comments on commit 16b3973

Please sign in to comment.