Re: [Linuxptp-users] Boundary Clock with single MAC
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2014-10-23 17:51:58
|
On Thu, Oct 23, 2014 at 03:12:45PM +0000, Reto Hermann wrote: > My > question is now: Does the driver support such a setup or does the > recalibrate() function assume that all PHYs use the same reference > clock, as it is suggested in AN-1838 > (http://www.ti.com/lit/an/snla104a/snla104a.pdf) from TI. The driver does match the application note. However, you can probably hack the clock setup that you need into the driver. You just need to make sure the clocks are ready before the calibration function gets called. Good luck, Richard |