[RAMEN9610-12350][COMMON] clocksource: arm_arch_timer: apply ARM ERRATA 858921
authorHosung Kim <hosung0.kim@samsung.com>
Thu, 14 Feb 2019 06:43:19 +0000 (15:43 +0900)
committerhskang <hs1218.kang@samsung.com>
Wed, 20 Feb 2019 07:30:58 +0000 (16:30 +0900)
Change-Id: I8fcb5a9ed6ff49b333988d59aff7e60795a5798e
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
drivers/clocksource/arm_arch_timer.c

index fa4956aa7005c624817843207eff345096a55b28..6abbdb7680f98f0e909545d404dd9efdb7b7f70b 100644 (file)
@@ -810,8 +810,10 @@ static int arch_timer_starting_cpu(unsigned int cpu)
         * it doesn't need to setup clockevent configuration.
         * this is only for exynos soc
         */
-       if (arch_timer_use_clocksource_only)
+       if (arch_timer_use_clocksource_only) {
+               arch_timer_check_ool_workaround(ate_match_local_cap_id, NULL);
                goto skip_clockevent_setup;
+       }
 
        __arch_timer_setup(ARCH_TIMER_TYPE_CP15, clk);