View Single Post
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#4
The OMAP has more timers than the kernel uses, so you can use an unused OMAP timer to get the exact frequency you need.

See the file arch/arm/plat-omap/dmtimer.c, though you will probably need the OMAP2 documentation to understand how to use it properly.