On Sat, Feb 13, 2016 at 11:04:45PM +0100, John Holland wrote:
> Hello,
>
> The Intel i211 LOM pcie ethernet controllers' iNVM operates as an
> OTP and has no externel EEPROM interface [1]. The following allows
> the driver to pickup the MAC address from a device tree blob when
> CONFIG_OF has been enabled.
>
> [1]
> http://www.intel.com/content/www/us/en/embedded/products/networking/i211-ethernet-controller-datasheet.html
>
> Changes V2
> - Restrict searching for compatible devices to current pci device.
>
> Signed-off-by: John Holland <[email protected]>
Hi John
Thanks for fixing multiple device support.
Please could you add documentation in
Documentation/devicetree/bindings/net. I know these are standard
properties, but it is somewhat unusual to attach them to a PCI node,
so having an example would be good.
Thanks
Andrew