Re: [PATCH v4 2/2] arm64: dts: qcom: qcs8300-ride: enable ethernet0
From: Andrew Lunn
Date: Thu Dec 05 2024 - 18:39:59 EST
> >> +ðernet0 {
> >> + phy-mode = "2500base-x";
> >> + phy-handle = <&sgmii_phy0>;
> >
> > Nit picking, but your PHY clearly is not an SGMII PHY if it is using
> > 2500base-x. I would call it just phy0, so avoiding using SGMII
> > wrongly, which most vendors do use the name SGMII wrongly.
>
> Andrew, does that mean the rest of the patch looks ok?
>
> If so, I don't have any concerns either.
Yes, this is a minor problem, the rest looks O.K, so once this is
fixed it can be merged.
Andrew