[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:54:30 UTC 2016


> > +static void igb_read_mac_addr_dts(struct e1000_hw *hw)
> > +{
> > +       const u8 *mac;
> > +       struct device_node *dn;
> > +
> > +       dn = of_find_compatible_node(NULL, NULL, "intel,i211");

Hi John

Would this also work for the i210?

If so, you normally use the compatible string for the first device
this works with. So maybe this should be changed to intel,i210?

Thanks
	Andrew


More information about the Intel-wired-lan mailing list