Re: [RFC] dsa: register every port with of_platform
From: Michael Walle
Date: Fri Jul 23 2021 - 07:13:49 EST
> The declaration of a different mac-addr using the nvmem framework is
> currently broken. The dsa code uses the generic of_get_mac_address where
> the nvmem function requires the device node to be registered in the
> of_platform to be found by of_find_device_by_node. Register every port
Which tree are you on? This should be fixed with
f10843e04a07 of: net: fix of_get_mac_addr_nvmem() for non-platform devices
-michael