Re: [RFC/PATCH] net: ethernet: nixge: Use of_get_mac_address()

2018-05-01 Thread Rob Herring
On Thu, Apr 26, 2018 at 03:04:01PM -0700, Moritz Fischer wrote: > On Thu, Apr 26, 2018 at 02:57:42PM -0700, Moritz Fischer wrote: > > Make nixge driver work with 'mac-address' property instead of > > 'address' property. There are currently no in-tree users and > > the only users of this driver are

Re: [RFC/PATCH] net: ethernet: nixge: Use of_get_mac_address()

2018-04-26 Thread Moritz Fischer
On Thu, Apr 26, 2018 at 02:57:42PM -0700, Moritz Fischer wrote: > Make nixge driver work with 'mac-address' property instead of > 'address' property. There are currently no in-tree users and > the only users of this driver are devices that use overlays > we control to instantiate the device togethe

[RFC/PATCH] net: ethernet: nixge: Use of_get_mac_address()

2018-04-26 Thread Moritz Fischer
Make nixge driver work with 'mac-address' property instead of 'address' property. There are currently no in-tree users and the only users of this driver are devices that use overlays we control to instantiate the device together with the corresponding FPGA images. Signed-off-by: Moritz Fischer --