[RFC PATCH net-next 1/5] dt-bindings: net: macb: Add support for versal2 10gbe device

Vineeth Karumanchi posted 5 patches 1 month, 2 weeks ago
[RFC PATCH net-next 1/5] dt-bindings: net: macb: Add support for versal2 10gbe device
Posted by Vineeth Karumanchi 1 month, 2 weeks ago
10GBE IP is a high speed mac supporting 10G, 5G, 2.5G and 1G speeds.
It has USX pcs for higher speed  and SGMII PCS for low transmission.

Signed-off-by: Vineeth Karumanchi <vineeth.karumanchi@amd.com>
---
 Documentation/devicetree/bindings/net/cdns,macb.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/cdns,macb.yaml b/Documentation/devicetree/bindings/net/cdns,macb.yaml
index 3c30dd23cd4e..3870e4846e8a 100644
--- a/Documentation/devicetree/bindings/net/cdns,macb.yaml
+++ b/Documentation/devicetree/bindings/net/cdns,macb.yaml
@@ -28,6 +28,7 @@ properties:
       - items:
           - enum:
               - xlnx,versal-gem       # Xilinx Versal
+              - amd,versal2-10gbe     # AMD Versal2 10gbe
               - xlnx,zynq-gem         # Xilinx Zynq-7xxx SoC
               - xlnx,zynqmp-gem       # Xilinx Zynq Ultrascale+ MPSoC
           - const: cdns,gem           # Generic
-- 
2.34.1
Re: [RFC PATCH net-next 1/5] dt-bindings: net: macb: Add support for versal2 10gbe device
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On 09/10/2024 07:39, Vineeth Karumanchi wrote:
> 10GBE IP is a high speed mac supporting 10G, 5G, 2.5G and 1G speeds.
> It has USX pcs for higher speed  and SGMII PCS for low transmission.
> 
> Signed-off-by: Vineeth Karumanchi <vineeth.karumanchi@amd.com>
> ---
>  Documentation/devicetree/bindings/net/cdns,macb.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/net/cdns,macb.yaml b/Documentation/devicetree/bindings/net/cdns,macb.yaml
> index 3c30dd23cd4e..3870e4846e8a 100644
> --- a/Documentation/devicetree/bindings/net/cdns,macb.yaml
> +++ b/Documentation/devicetree/bindings/net/cdns,macb.yaml
> @@ -28,6 +28,7 @@ properties:
>        - items:
>            - enum:
>                - xlnx,versal-gem       # Xilinx Versal
> +              - amd,versal2-10gbe     # AMD Versal2 10gbe

Keep the alphabetical order.

Best regards,
Krzysztof