aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarch/arm/mach-ux500/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/timer.c b/arch/arm/mach-ux500/timer.c
index 633ae9f93d9..d1f09fa5126 100755
--- a/arch/arm/mach-ux500/timer.c
+++ b/arch/arm/mach-ux500/timer.c
@@ -51,7 +51,7 @@ static void u8500_clocksource_resume(void)
static struct clocksource u8500_clksrc = {
.name = "mtu_1",
- .rating = 400,
+ .rating = 120,
.read = u8500_read_timer,
.shift = 20,
.mask = CLOCKSOURCE_MASK(32),
@@ -93,7 +93,7 @@ static struct clock_event_device u8500_clkevt = {
.name = "mtu_0",
.features = CLOCK_EVT_FEAT_PERIODIC,
.shift = 32,
- .rating = 400,
+ .rating = 100,
.set_mode = u8500_clkevt_mode,
.irq = IRQ_MTU0,
};