Now that the MAC address can be read properly through the NVMEM framework, there is no need for the custom Barebox MAC address provider anymore. Both FEC and EQOS network interfaces already reference the proper nvmem cells to fetch their MAC address from OCOTP. Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- arch/arm/dts/imx8mp-evk.dts | 4 ---- arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts | 4 ---- 2 files changed, 8 deletions(-) diff --git a/arch/arm/dts/imx8mp-evk.dts b/arch/arm/dts/imx8mp-evk.dts index d992b14882a3..28d8c5f9292e 100644 --- a/arch/arm/dts/imx8mp-evk.dts +++ b/arch/arm/dts/imx8mp-evk.dts @@ -68,7 +68,3 @@ reg = <0xe0000 0x20000>; }; }; - -&ocotp { - barebox,provide-mac-address = <&fec 0x640>; -}; diff --git a/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts b/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts index c47e7285a703..6e81f58e2786 100644 --- a/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts +++ b/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts @@ -53,7 +53,3 @@ reg = <0xe0000 0x20000>; }; }; - -&ocotp { - barebox,provide-mac-address = <&fec 0x640>; -}; -- 2.39.1