[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1577096053-20507-7-git-send-email-madalin.bucur@oss.nxp.com>
Date: Mon, 23 Dec 2019 12:14:12 +0200
From: Madalin Bucur <madalin.bucur@....nxp.com>
To: davem@...emloft.net, netdev@...r.kernel.org, linux@...linux.org.uk,
andrew@...n.ch
Cc: f.fainelli@...il.com, hkallweit1@...il.com, shawnguo@...nel.org,
leoyang.li@....com, devicetree@...r.kernel.org, robh+dt@...nel.org,
mark.rutland@....com, Madalin Bucur <madalin.bucur@....nxp.com>
Subject: [PATCH net-next v2 6/7] dt-bindings: net: add xfi, sfi to phy-connection-type
Recently the phy-connection-type for 10G intefaces moved from
just specifying the MII (XGMII) to describing the actual type of
connection used between the SoC and external PHY device. This
does not occur at the clear MII logical MAC-PHY separation point
as some parts of the PHY are now hosted together with the MAC in
the SoC (PCS, PMA) so we need to describe the actual interface
as found on the HW.
Signed-off-by: Madalin Bucur <madalin.bucur@....nxp.com>
---
Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
index ac471b60ed6a..fb3cff77a7dc 100644
--- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
+++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
@@ -96,6 +96,8 @@ properties:
# 10GBASE-KR, XFI, SFI
- 10gbase-kr
- usxgmii
+ - xfi
+ - sfi
phy-mode:
$ref: "#/properties/phy-connection-type"
--
2.1.0
Powered by blists - more mailing lists