[Intel-wired-lan] [next] igb: allow setting MAC address on i211 using a device tree blob
Andrew Lunn
andrew at lunn.ch
Tue Feb 9 11:59:21 UTC 2016
> > + dn = of_find_compatible_node(NULL, NULL, "intel,i211");
Humm, NULL, NULL. That means find the first node anywhere in the
device tree which matches. This is not going to work too well when you
have multiple i211s.
There is a way so specify a DT node is attached to a specific PCIe
bus/slot. I think you should search only there, so solving the
multiple device issue.
Andrew
More information about the Intel-wired-lan
mailing list