Re: [RFC PATCH v2 8/8] arm64: dts: sparx5: Add the Sparx5 switch node

From: Andrew Lunn
Date: Sat Dec 19 2020 - 15:26:26 EST


> + port13: port@13 {
> + reg = <13>;
> + /* Example: CU SFP, 1G speed */
> + max-speed = <10000>;

One too many 0's for 1G.

> + /* 25G SFPs */
> + port56: port@56 {
> + reg = <56>;
> + max-speed = <10000>;

Why limit a 25G SFP to 10G?

Andrew