summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorShubhrajyoti D <shubhrajyoti@ti.com>2010-06-09 20:10:44 +0530
committerSebastien Jan <s-jan@ti.com>2010-06-24 14:44:06 +0200
commitb0d897f5ec86a932d5f6dec780dd6f404594497b (patch)
tree072514525bf8c44f14f91b69c1d86219bb5fe252 /arch/arm
parent108f6a60fb5ab758e96b4d0acd7562324b5531d6 (diff)
timer: fix for timer crash
The hwmod searches for timerxx and if the name is different it fails. Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 5d8406c6a126..2d99afecee64 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -4118,7 +4118,7 @@ static struct omap_hwmod_ocp_if *omap44xx_timer10_slaves[] = {
};
static struct omap_hwmod omap44xx_timer10_hwmod = {
- .name = "gpt10",
+ .name = "timer10",
.class = &omap44xx_timer_1ms_hwmod_class,
.mpu_irqs = omap44xx_timer10_irqs,
.mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer10_irqs),