arm: omap2: timer: limit hwmod usage to non-DT boots
authorFelipe Balbi <balbi@ti.com>
Tue, 29 Sep 2015 20:10:10 +0000 (15:10 -0500)
committerFelipe Balbi <balbi@ti.com>
Fri, 16 Oct 2015 16:06:24 +0000 (11:06 -0500)
now that we have a working 32k clocksource driver,
we can limit HWMOD usage to non-DT boots and rely
on clocksource_of_init() every time we boot
with DT.

While at that, also make sure that we don't disable
the 32-counter device so it gets probed by its driver.

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

Simple merge