Skip to content

Commit

Permalink
dt-bindings: net: dwmac: document 'mac-mode' property
Browse files Browse the repository at this point in the history
This change documents the 'mac-mode' property that was introduced in the
'stmmac' driver to support passive mode converters that can sit in-between
the MAC & PHY.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexandru Ardelean authored and David S. Miller committed Sep 11, 2019
1 parent 0060c87 commit 9c15d35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/devicetree/bindings/net/snps,dwmac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ properties:
reset-names:
const: stmmaceth

mac-mode:
maxItems: 1
description:
The property is identical to 'phy-mode', and assumes that there is mode
converter in-between the MAC & PHY (e.g. GMII-to-RGMII). This converter
can be passive (no SW requirement), and requires that the MAC operate
in a different mode than the PHY in order to function.

snps,axi-config:
$ref: /schemas/types.yaml#definitions/phandle
description:
Expand Down

0 comments on commit 9c15d35

Please sign in to comment.