net: phy: micrel: Remove DT option lan8814,ignore-ts
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Fri, 1 Apr 2022 11:05:22 +0000 (13:05 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Apr 2022 11:40:42 +0000 (12:40 +0100)
commit76e9ccd6894377bc3cf7fbdea90b0af2cb4eb12a
treef7eb5fa5b467dc6b745125bf48d23ad99e78d057
parentb814403a8cd8b28a2c0497e211f029786394531d
net: phy: micrel: Remove DT option lan8814,ignore-ts

When the PHY and the MAC are capable of doing timestamping, the PHY has
priority. Therefore the DT option lan8814,ignore-ts was added such that
the PHY will not expose a PHC so then the timestamping was done in the
MAC. This is not the correct approach of doing it, therefore remove
this.

Fixes: ece19502834d84 ("net: phy: micrel: 1588 support for LAN8814 phy")
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/micrel.c