Skip to content

Commit

Permalink
dt-bindings: net: micrel: Configure latency values and timestamping c…
Browse files Browse the repository at this point in the history
…heck for LAN8814 phy

Supports configuring latency values and also adds
check for phy timestamping feature.

Signed-off-by: Divya Koppera<Divya.Koppera@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Divya Koppera authored and David S. Miller committed Mar 4, 2022
1 parent 4488f6b commit 2358dd3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Documentation/devicetree/bindings/net/micrel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,20 @@ Optional properties:

In fiber mode, auto-negotiation is disabled and the PHY can only work in
100base-fx (full and half duplex) modes.

- lan8814,ignore-ts: If present the PHY will not support timestamping.

This option acts as check whether Timestamping is supported by
hardware or not. LAN8814 phy support hardware tmestamping.

- lan8814,latency_rx_10: Configures Latency value of phy in ingress at 10 Mbps.

- lan8814,latency_tx_10: Configures Latency value of phy in egress at 10 Mbps.

- lan8814,latency_rx_100: Configures Latency value of phy in ingress at 100 Mbps.

- lan8814,latency_tx_100: Configures Latency value of phy in egress at 100 Mbps.

- lan8814,latency_rx_1000: Configures Latency value of phy in ingress at 1000 Mbps.

- lan8814,latency_tx_1000: Configures Latency value of phy in egress at 1000 Mbps.

0 comments on commit 2358dd3

Please sign in to comment.