summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-02-26 18:53:30 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-11 09:48:53 -0700
commitac5c3e47a27e1ceecbed2b6809dcd78105cb3df5 (patch)
tree53e5bd321d944b6fd2f64f9e665a4c4441e435d4
parent1aa556ace337f7079990ec43f902c1d51b60d42a (diff)
downloadlwn-ac5c3e47a27e1ceecbed2b6809dcd78105cb3df5.tar.gz
lwn-ac5c3e47a27e1ceecbed2b6809dcd78105cb3df5.zip
staging: omap-thermal: update OMAP54xx clock sources
This patch updates the OMAP54xx data structure to use the right clock source name for ES2.0. Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/omap-thermal/omap5-thermal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/omap-thermal/omap5-thermal.c b/drivers/staging/omap-thermal/omap5-thermal.c
index 91618fd75b0b..c8c3e6e735e3 100644
--- a/drivers/staging/omap-thermal/omap5-thermal.c
+++ b/drivers/staging/omap-thermal/omap5-thermal.c
@@ -323,8 +323,8 @@ const struct omap_bandgap_data omap5430_data = {
OMAP_BANDGAP_FEATURE_MODE_CONFIG |
OMAP_BANDGAP_FEATURE_COUNTER |
OMAP_BANDGAP_FEATURE_CLK_CTRL,
- .fclock_name = "ts_clk_div_ck",
- .div_ck_name = "ts_clk_div_ck",
+ .fclock_name = "l3instr_ts_gclk_div",
+ .div_ck_name = "l3instr_ts_gclk_div",
.conv_table = omap5430_adc_to_temp,
.expose_sensor = omap_thermal_expose_sensor,
.remove_sensor = omap_thermal_remove_sensor,