Re: [PATCH v10 1/4] dt-bindings: net: Add 5GBASER phy interface mode

From: Andrew Lunn
Date: Thu Nov 19 2020 - 19:52:56 EST


On Fri, Nov 20, 2020 at 10:25:01AM +1000, Pavana Sharma wrote:
> Add 5gbase-r PHY interface mode.
>
> Signed-off-by: Pavana Sharma <pavana.sharma@xxxxxxxx>
> ---
> 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 fdf709817218..aa6ae7851de9 100644
> --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
> +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
> @@ -89,6 +89,8 @@ properties:
> - trgmii
> - 1000base-x
> - 2500base-x
> + # 5GBASE-R
> + - 5gbase-r
> - rxaui
> - xaui

Since you are respinning anyway. What value does the comment add?

Andrew