Commits
Matt McKee committed b8b7ff2f05d
AM57SW-584 arm: plat-omap: dmtimer: allow timer start on probe A timer will now automatically start on probe if the following device tree entry is present in its node: ti,timer-auto-run; This is to allow timers that are used to ungate clocks to run continuously on probe. Note : ----- As per the commit id 3d3a8a2e5ecfb52383babd88157ffd6267f62b57 ti Move the dmtimer driver out of plat-omap to clocksource. So that non-omap devices also could use this. No Code changes done to the driver file only renamed to timer-ti-dm.c. Also removed the config dependencies for OMAP_DM_TIMER. Signed-off-by: Matt McKee <mmckee@phytec.com> Signed-off-by: khaleel <khaleel.s@phytec.in>