Re: [PATCH v3 10/13] net: Add support for reading mac addresses from nvmem cells

2022-04-29 Thread Tom Rini
On Mon, Apr 18, 2022 at 03:36:56PM -0400, Sean Anderson wrote: > This adds support for reading mac addresses from the "mac-address" nvmem > cell. If there is no (local-)mac-address property, then we will try > reading from an nvmem cell. > > For some existing examples of this property, refer to

[PATCH v3 10/13] net: Add support for reading mac addresses from nvmem cells

2022-04-18 Thread Sean Anderson
This adds support for reading mac addresses from the "mac-address" nvmem cell. If there is no (local-)mac-address property, then we will try reading from an nvmem cell. For some existing examples of this property, refer to imx8mn.dtsi and imx8mp.dtsi. Unfortunately, fuse drivers have not yet been