On Mon, Apr 28, 2014 at 09:40:24AM +0530, George Cherian wrote:In beagle bone white (AM335x) CPTS has a choice of 2 clocksource
cpsw_cpts_rft_clk has got the choice of 3 clocksourcesIt is strange that I have never seen this error, since I have often
-dpll_core_m4_ck
-dpll_core_m5_ck
-dpll_disp_m2_ck
By default dpll_core_m4_ck is selected, witn this as clock
source the CPTS doesnot work properly. It gives clockcheck errors
while running PTP.
clockcheck: clock jumped backward or running slower than expected!
tested linuxptp on a beagle bone white.
Can you please explain why this clock doesn't work correctly?
By selecting dpll_core_m5_ck as the clocksource fixes this issue.The choice of clock source in the CPTS driver originally came from
In AM335x dpll_core_m5_ck is the default clocksource.
TI. It would be nice to know why that was the wrong choice.
Thanks,
Richard