diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-07-03 18:06:49 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-04 16:09:23 +0300 |
commit | 03fc5d4ffb0da005f0dce02d7c015821681e260c (patch) | |
tree | 759e8819919d2bd96cb33b1528e9ad7133d08443 /drivers/isdn/hisax/callc.c | |
parent | 30e99ed6dbdde68f5ad23db3a5872c3c247526b6 (diff) | |
download | linux-03fc5d4ffb0da005f0dce02d7c015821681e260c.tar.xz |
net: usb: asix: allow optionally getting mac address from device tree
For Embedded use where e.g. AX88772B chips may be used without external
EEPROMs the boot loader may choose to pass the MAC address to be used
via device tree. Therefore, allow for optionally getting the MAC
address from device tree data e.g. as follows (excerpt from a T30 based
board, local-mac-address to be filled in by boot loader):
/* EHCI instance 1: USB2_DP/N -> AX88772B */
usb@7d004000 {
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
asix@1 {
reg = <1>;
local-mac-address = [00 00 00 00 00 00];
};
};
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/hisax/callc.c')
0 files changed, 0 insertions, 0 deletions