diff mbox series

[v3,02/11] dt-bindings: net: add the 10gbase-r connection type

Message ID 20201007203936.23953-3-ioana.ciornei@nxp.com
State Not Applicable, archived
Headers show
Series arm64: dts: layerscape: update MAC nodes with PHY information | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 7 lines checked
robh/dt-meta-schema success

Commit Message

Ioana Ciornei Oct. 7, 2020, 8:39 p.m. UTC
Add 10gbase-r to the list of accepted PHY connection types between an
Ethernet device and a physical PHY. This is available as a valid
connection type since commit c114574ebfdf ("net: phy: add
PHY_INTERFACE_MODE_10GBASER")

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
---
Changes in v3:
 -  new patch

 Documentation/devicetree/bindings/net/ethernet-controller.yaml | 1 +
 1 file changed, 1 insertion(+)

Comments

Rob Herring Oct. 13, 2020, 1:31 p.m. UTC | #1
On Wed, 07 Oct 2020 23:39:27 +0300, Ioana Ciornei wrote:
> Add 10gbase-r to the list of accepted PHY connection types between an
> Ethernet device and a physical PHY. This is available as a valid
> connection type since commit c114574ebfdf ("net: phy: add
> PHY_INTERFACE_MODE_10GBASER")
> 
> Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
> ---
> Changes in v3:
>  -  new patch
> 
>  Documentation/devicetree/bindings/net/ethernet-controller.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
index 137fbb95c0ea..75f9155ce161 100644
--- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
+++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
@@ -95,6 +95,7 @@  properties:
       # 10GBASE-KR, XFI, SFI
       - 10gbase-kr
       - usxgmii
+      - 10gbase-r
 
   phy-mode:
     $ref: "#/properties/phy-connection-type"