mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Add an ethernet0 alias pointing to the /aix/usb/hub/ethernet node. This
is required for u-boot to locate the ethernet node when it's doing fixup of the mac-address property when the user has overridden the default addr.
This commit is contained in:
parent
dd83a7df85
commit
2e3bf68492
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309195
@ -298,7 +298,7 @@
|
||||
reg = <0x00000001>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
ethernet {
|
||||
ethernet: ethernet {
|
||||
compatible = "net,ethernet",
|
||||
"usb,device";
|
||||
reg = <0x00000001>;
|
||||
@ -386,6 +386,7 @@
|
||||
|
||||
aliases {
|
||||
uart0 = &uart0;
|
||||
ethernet0 = ðernet;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
@ -315,7 +315,7 @@
|
||||
reg = <0x00000001>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
ethernet {
|
||||
ethernet: ethernet {
|
||||
compatible = "net,ethernet",
|
||||
"usb,device";
|
||||
reg = <0x00000001>;
|
||||
@ -397,6 +397,7 @@
|
||||
|
||||
aliases {
|
||||
uart0 = &uart0;
|
||||
ethernet0 = ðernet;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
Loading…
Reference in New Issue
Block a user