Re: ethernet dt aliases implications in U-Boot and Linux

2022-08-10 Thread Andrew Lunn
> > I guess you are new to the netdev list :-) > > > > This is one of those FAQ sort of things, discussed every > > year. Anything like this is always NACKed. I don't see why this time > > should be any different. > > > > DSA is somewhat special because it is very old. It comes from before > > th

Re: ethernet dt aliases implications in U-Boot and Linux

2022-08-09 Thread Andrew Lunn
> Is something like the following really that crazy of an idea? > diff --git a/net/core/dev.c b/net/core/dev.c > index e0878a500aa9..a679c74a63c6 100644 > --- a/net/core/dev.c > +++ b/net/core/dev.c > @@ -1151,6 +1151,15 @@ static int dev_alloc_name_ns(struct net *net, > int ret; > >

Re: [U-Boot] [RFC] Support for SGMII 2500

2017-11-28 Thread Andrew Lunn
> Hi Andrew, > > Bhaskar is working on enabling a PFE [1] MAC connected to an Aquantia AQR107 > PHY [2] on a LS1012AQDS board. Initially I've indicated 2500Base-X too, but it > seems the HW actually works in SGMII mode. The QDS boards are lower volume, > higher spec boards than the RDBs [3], they

Re: [U-Boot] [RFC] Support for SGMII 2500

2017-11-28 Thread Andrew Lunn
On Tue, Nov 28, 2017 at 07:25:48AM +, Madalin-cristian Bucur wrote: > Hi, > > There is a disconnect between the SGMII 2500 support in u-boot and Linux. > Bhaskar is trying to add support for a SGMII interface working at 2.5Gbps > by using the PHY connection type "sgmii-2500" in the device tree