[PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board

One Thousand Gnomes gnomes at lxorguk.ukuu.org.uk
Fri Mar 7 16:42:32 EST 2014


On Thu, 6 Mar 2014 18:23:39 +0100
Andrew Lunn <andrew at lunn.ch> wrote:

> > Can't we fix this so the probe order doesn't affect the name?
> > 
> > Is that sane?
> 
> You are not supposed to trust the device name, since probing can
> happen in parallel, on different buses. udev should have rules to name
> the interfaces based on the MAC address. On my Debian system i have:
> 
> /etc/udev/rules.d/70-persistent-net.rules
> 
> So what is important is that the MAC addresses are assigned correctly
> to the device. And DT does that based on MMIO address, so should be
> reliable, independent of probe order.

Remembering of course thats its valid to have one MAC address per system
not per network controller, so this does blow up in certain cases. You
can still use udev rules for most of those cases to identify off some
other property.

Alan



More information about the linux-arm-kernel mailing list