Message ID | 20241009053946.3198805-2-vineeth.karumanchi@amd.com (mailing list archive) |
---|---|
State | RFC |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: macb: Add versal2 10GBE device support | expand |
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
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
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(+)