This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Bastian,
To check the speed of the clocks running on your system, you can use the omapconf tool: https://github.com/omapconf/omapconf/wiki
Simply download and "make" the omapconf source code and push the resulting binary into /system/bin. You can run the command "omapconf audit clkspeed" to see the clock frequencies.
Regards,
Gina
Bastian,
If you are interested in checking the clock tree / relations of the clock, you might want to check out the Clock Tree Tool, available for download here: http://www.ti.com/general/docs/wtbu/wtbudocumentcenter.tsp?templateId=6123&navigationId=12037
This tool is a Java-based stand-alone application to run on your PC. It allows you to visualize the device clock tree, as well as see the effect of clock tree changes on the PRCM registers and vice-versa.
Regards,
Gina
Hi Gina,
Neither the clock tree tool or omapconf will be able to answer this question. The timers in question are the those in the A9 MP core and these tools don't go to that level of detail (AFAIK). According to the ARM documentation the timer clock is the PERIPHCLK [1] and is a divided down clock from the main A9 functional clock [2]. So the clock will be based on the A9 clock, but I am unable to determine what the divider is. So we need to figure out what divider is used for OMAP.
Cheers
Jon
[1] http://infocenter.arm.com/help/topic/com.arm.doc.ddi0407i/CCHCHHDF.html
[2] http://infocenter.arm.com/help/topic/com.arm.doc.ddi0407i/CACEBBFE.html