diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-04-18 14:58:47 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:14:50 +0200 |
commit | 59b09325b5f7ae7564160d7c36c552694a802e10 (patch) | |
tree | a7aef248fec4e38768fdedb773a30cc7d09d03ad /arch/arm/mach-ux500/localtimer.c | |
parent | b8862b69f806652755f254c5def251162c31a5a9 (diff) |
ARM: mach-ux500: Use scalable twd timer in u8500
ST-Ericsson Linux next: NA until Colin's patches are approved
ST-Ericsson ID: 279802
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: Ia7ce6921a9c86e90ae627e0d3ec479e2fbf36ac6
Signed-off-by: Martin Persson <martin.persson@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/11533
Reviewed-by: QATOOLS
Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/localtimer.c')
-rw-r--r-- | arch/arm/mach-ux500/localtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/localtimer.c b/arch/arm/mach-ux500/localtimer.c index 8a037b83f23..30d4f3e1557 100644 --- a/arch/arm/mach-ux500/localtimer.c +++ b/arch/arm/mach-ux500/localtimer.c @@ -33,6 +33,6 @@ int __cpuinit local_timer_setup(struct clock_event_device *evt) evt->broadcast = smp_timer_broadcast; #endif - twd_timer_setup(evt); + twd_timer_setup_scalable(evt, 2500 * 1000, 2); return 0; } |