diff options
Diffstat (limited to 'arch/arm/mach-ux500/timer.c')
-rw-r--r-- | arch/arm/mach-ux500/timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/timer.c b/arch/arm/mach-ux500/timer.c index b6bd0efcbe64..05a4ff78b3bd 100644 --- a/arch/arm/mach-ux500/timer.c +++ b/arch/arm/mach-ux500/timer.c | |||
@@ -97,8 +97,8 @@ dt_fail: | |||
97 | * sched_clock with higher rating then MTU since is always-on. | 97 | * sched_clock with higher rating then MTU since is always-on. |
98 | * | 98 | * |
99 | */ | 99 | */ |
100 | 100 | if (!of_have_populated_dt()) | |
101 | nmdk_timer_init(mtu_timer_base, IRQ_MTU0); | 101 | nmdk_timer_init(mtu_timer_base, IRQ_MTU0); |
102 | clksrc_dbx500_prcmu_init(prcmu_timer_base); | 102 | clksrc_dbx500_prcmu_init(prcmu_timer_base); |
103 | ux500_twd_init(); | 103 | ux500_twd_init(); |
104 | } | 104 | } |