We have one custom driver which works with the API like "omap_dm_timer_request", "omap_dm_timer_set_source", "omap_dm_timer_set_prescaler", "omap_dm_timer_enable", "omap_dm_timer_get_irq" for timer generation. This custom driver is working perfectly on AM42X with kernel 4.2 . We are facing issue on Am625 with kernel 5.10.x while setting the clock source with "omap_dm_timer_set_source" .
On inserting the module getting the following error
[ 63.408543] omap_dm_timer_set_source: timer_sys_ck not found
Could you please help me to resolve this issue.
Thanks
Basaveshwar