From: J Keerthy Date: Mon, 1 Apr 2013 16:04:44 +0000 (-0400) Subject: staging: ti-soc-thermal: Enable HISTORY_BUFFER Feature for OMAP5 X-Git-Tag: Ubuntu-5.10.0-12.13~19303^2~360 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=54b59c922400bf1ef16dee4834a4a5722552176e;p=mirror_ubuntu-hirsute-kernel.git staging: ti-soc-thermal: Enable HISTORY_BUFFER Feature for OMAP5 This patch enables the HISTORY_BUFFER eature for OMAP5. Signed-off-by: J Keerthy Signed-off-by: Eduardo Valentin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ti-soc-thermal/omap5-thermal-data.c b/drivers/staging/ti-soc-thermal/omap5-thermal-data.c index 460a3b25aefb..f170211c6e2f 100644 --- a/drivers/staging/ti-soc-thermal/omap5-thermal-data.c +++ b/drivers/staging/ti-soc-thermal/omap5-thermal-data.c @@ -319,7 +319,8 @@ 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_COUNTER_DELAY, + TI_BANDGAP_FEATURE_COUNTER_DELAY | + TI_BANDGAP_FEATURE_HISTORY_BUFFER, .fclock_name = "l3instr_ts_gclk_div", .div_ck_name = "l3instr_ts_gclk_div", .conv_table = omap5430_adc_to_temp,