Commit 8b59f017 authored by Ben Hutchings's avatar Ben Hutchings

sfc: Disable PTP on EF10 until we're ready to handle inline RX timestamps

Unlike Siena where timestamping is provided by a peripheral, EF10
delivers RX timestamps in the packet prefix.  However the driver
doesn't yet support this.

We are also creating a PHC device for each EF10 function, even though
the clock is really shared between all of them.

Disable hardware PTP/timestamping support until it's complete.
Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
parent 9a12a306
......@@ -260,8 +260,6 @@ static int efx_ef10_probe(struct efx_nic *efx)
if (rc)
goto fail3;
efx_ptp_probe(efx);
return 0;
fail3:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment