diff options
author | Jean Pihet <j-pihet@ti.com> | 2012-04-24 10:47:14 +0530 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2012-05-31 16:03:44 -0700 |
commit | 1fcd3069d4944ad0532f41fbc4957ba24552a92f (patch) | |
tree | 08a1365ba815ab6d87382f3593820e975fc7baba /arch/arm/mach-omap2/smartreflex.c | |
parent | 8b765d727d711650ab3521411fd48a0d8f62a84c (diff) | |
download | linux-1fcd3069d4944ad0532f41fbc4957ba24552a92f.tar.gz linux-1fcd3069d4944ad0532f41fbc4957ba24552a92f.tar.bz2 linux-1fcd3069d4944ad0532f41fbc4957ba24552a92f.zip |
ARM: OMAP3: hwmod: rename the smartreflex entries
Change the name field value to better reflect the smartreflex
integration in the system.
Signed-off-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: J Keerthy <j-keerthy@ti.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/smartreflex.c')
-rw-r--r-- | arch/arm/mach-omap2/smartreflex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c index 2edd1e2e4622..d8592771838f 100644 --- a/arch/arm/mach-omap2/smartreflex.c +++ b/arch/arm/mach-omap2/smartreflex.c @@ -183,7 +183,7 @@ static void sr_set_regfields(struct omap_sr *sr) sr->err_weight = OMAP3430_SR_ERRWEIGHT; sr->err_maxlimit = OMAP3430_SR_ERRMAXLIMIT; sr->accum_data = OMAP3430_SR_ACCUMDATA; - if (!(strcmp(sr->name, "sr1"))) { + if (!(strcmp(sr->name, "smartreflex_mpu_iva"))) { sr->senn_avgweight = OMAP3430_SR1_SENNAVGWEIGHT; sr->senp_avgweight = OMAP3430_SR1_SENPAVGWEIGHT; } else { |