commit | 97d0f9bfdd025f0e7db8ff09238fe88d039c2a70 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Thu May 05 13:11:41 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 08 14:00:22 2022 -0400 |
tree | cb9e7872a83658078a9defdb4761257a84787941 | |
parent | 185d3db7bea048bc2257c57fdc3a2edb79d7b36f [diff] |
net: Add support for reading mac addresses from nvmem cells 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@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>