Re: [PATCH v2] net: mv643xx_eth: support MII/GMII/RGMII modes
From: Paolo Abeni
Date: Tue Oct 04 2022 - 04:52:47 EST
Hello,
On Sat, 2022-10-01 at 04:39 +0800, David Yang wrote:
> Support mode switch properly, which is not available before.
>
> If SoC has two Ethernet controllers, by setting both of them into MII
> mode, the first controller enters GMII mode, while the second
> controller is effectively disabled. This requires configuring (and
> maybe enabling) the second controller in the device tree, even though
> it cannot be used.
>
> Signed-off-by: David Yang <mmyangfl@xxxxxxxxx>
It looks like that despite the subj change, this is superseded by:
https://patchwork.kernel.org/project/netdevbpf/patch/20221001174524.2007912-1-mmyangfl@xxxxxxxxx/
I'm updating the PW accordingly. Please let me know if you intended
otherwise.
Thanks,
Paolo