RE: [beagleboard] How to active Timer2 in AM335x with Linux 3.2

There are two options,

  1. Use devmem application directly to change the parent. I wouldn’t recommend this to you, since kernel clock framework will not aware of this change and if timer is active during this write operation it may lead to malfunction of module.

  2. Use standard kernel clock api clk_set_parent().

Thanks,

Vaibhav