From: <[email protected]> Date: Fri, 21 Oct 2016 02:09:17 -0400 > From: Sudarsana Reddy Kalluru <[email protected]> > > Time Sync (PTP) implementation uses the divisor/shift value for converting > the clock ticks to nanoseconds. Driver currently defines shift value as 1, > this results in the nanoseconds value to be calculated as half the actual > value. Hence the user application fails to synchronize the device clock > value with the PTP master device clock. Need to use the 'shift' value of 0. > > Signed-off-by: Sony.Chacko <[email protected]> > Signed-off-by: Sudarsana Reddy Kalluru <[email protected]> > Signed-off-by: Yuval Mintz <[email protected]>
Applied, thanks.
