]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitbf4c94490aa4491cca758d633c0e641a4419c920
tree11ad1516c4c06c4852e46cb7e41ab3bc6fbf8ad3
parent429ac200c7e1da0cfe2240f0cea18aeaf9a99099
arm: omap2: timer: limit hwmod usage to non-DT boots

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