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@xxxxxxxxxxx> --- 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