[PATCH 11/14] net: Add support for reading mac addresses from nvmem cells
Simon Glass
sjg at chromium.org
Sat Feb 26 19:37:02 CET 2022
On Mon, 7 Feb 2022 at 16:42, Sean Anderson <sean.anderson at seco.com> 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 imx8mn.dtsi and
> imx8mp.dtsi. Unfortunately, fuse drivers have not yet been converted
> to DM.
>
> Signed-off-by: Sean Anderson <sean.anderson at seco.com>
> ---
>
> net/eth-uclass.c | 13 +++++++++----
> 1 file changed, 9 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list