arm: omap2: timer: always call clocksource_of_init() when DT
authorFelipe Balbi <balbi@ti.com>
Tue, 29 Sep 2015 18:15:02 +0000 (13:15 -0500)
committerFelipe Balbi <balbi@ti.com>
Fri, 16 Oct 2015 16:06:16 +0000 (11:06 -0500)
commit9c46ffcd521474056629aea580a092559f721b32
tree3ac5d3f7084c609bfdbb7c52f542f082222b946e
parent3afbb9afe2c41d552a04f07aa84867e4ba8d5b76
arm: omap2: timer: always call clocksource_of_init() when DT

If booting with DT, let's make sure to always
call clocksource_of_init() as this will make
it easier to move timer code to drivers/clocksource
in the future.

Signed-off-by: Felipe Balbi <balbi@ti.com>
arch/arm/mach-omap2/timer.c