clocksource: mips-gic: Bump up rating of GIC timer
[firefly-linux-kernel-4.4.55.git] / drivers / clocksource / mips-gic-timer.c
index 84fbb7ae4db2ff502e8d10546c2169d8cd6d57e7..a749c812e255a0c8d5c960d883f876a6f8e394d9 100644 (file)
@@ -61,7 +61,7 @@ static void gic_clockevent_cpu_init(struct clock_event_device *cd)
        cd->features            = CLOCK_EVT_FEAT_ONESHOT |
                                  CLOCK_EVT_FEAT_C3STOP;
 
-       cd->rating              = 300;
+       cd->rating              = 350;
        cd->irq                 = gic_timer_irq;
        cd->cpumask             = cpumask_of(cpu);
        cd->set_next_event      = gic_next_event;