Per the PSP Porting Guide:
"By default, the first two timers labelled in kernel as Timer1 and Timer2) are reserved for kernel as periodic tick timer and free running timer, respectively."
As such, I am not able to perform an omap_dm_timer_request_specific(timer2). I get an error, indicating that the request is denied, as expected.
My questions are this:: Is Timer2 critical to kernel operation, if not, can it be taken away from the kernel, and if so, how? Where in the kernel init do I need to remove the code for its use?
Thanks