
3 Nov
2015
3 Nov
'15
12:24 a.m.
On Sun, Nov 01, 2015 at 11:58:14PM -0800, Bin Meng wrote:
In fdt_fixup_ethernet() only "usbethaddr" is handled to fix up the first usb ethernet port MAC address. Other additional usb ethernet ports are ignored as there is no logic to handle "usbeth%daddr".
It is suggested we should use "ethaddr" for all ethernet devices. Hence deprecate "usbethaddr" usage in fdt_fixup_ethernet(). Note this actually reverts commit b1f49ab.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Reviewed-by: Tom Rini trini@konsulko.com On OMAP4 Panda (+ v4.3 kernel) Tested-by: Tom Rini trini@konsulko.com
--
Tom