Hi all,
The A15 core has a arch timer,
Linux boot message shows the frequency of this timer is 6.14MHz, the precise value read from cp15 CNTFRQ register is 6147541.
In our application, the frequency must set to the multiple of 1KHz.
omap_smc1(0x109, 6140000) is added in init_cpu_configuration function of u-boot code according the AM571x TRM 33.4.5.
The read result of cp15 CNTFRQ register is the new value 6140000.
We measured the real frequency of the arch timer, it was not channged to 6140000 actually.
How to change the frequency of A15 arch timer?
Can anyone give me help, thanks.
Best Regards.