[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200923191733.GD3764123@lunn.ch>
Date: Wed, 23 Sep 2020 21:17:33 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Stefan Riedmueller <s.riedmueller@...tec.de>
Cc: Fugang Duan <fugang.duan@....com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Christian Hemp <c.hemp@...tec.de>,
Jakub Kicinski <kuba@...nel.org>,
"David S . Miller" <davem@...emloft.net>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] net: fec: Keep device numbering consistent with datasheet
On Wed, Sep 23, 2020 at 04:25:28PM +0200, Stefan Riedmueller wrote:
> From: Christian Hemp <c.hemp@...tec.de>
>
> Make use of device tree alias for device enumeration to keep the device
> order consistent with the naming in the datasheet.
>
> Otherwise for the i.MX 6UL/ULL the ENET1 interface is enumerated as eth1
> and ENET2 as eth0.
What is wrong with that? Ethernet interface names have never been
guaranteed to be stable.
You have to be careful here. Have you reviewed all the DTS files to
make sure none already have aliases? You could be breaking boards
which currently 'work' because the alias is ignored.
udev is actually a better solution for giving the interfaces
dependable names.
Andrew
Powered by blists - more mailing lists