mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 18:26:47 +07:00
ARM: tegra: Use standard name for Ethernet devices
Ethernet device should be named "ethernet@<unit-address>". Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com> Cc: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
1bc5af2b36
commit
cc761754f4
@ -40,7 +40,7 @@ pci@2,0 {
|
||||
phy-names = "pcie-0";
|
||||
status = "okay";
|
||||
|
||||
pcie@0 {
|
||||
ethernet@0,0 {
|
||||
reg = <0 0 0 0 0>;
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
};
|
||||
|
@ -39,7 +39,7 @@ pci@2,0 {
|
||||
phy-names = "pcie-0";
|
||||
status = "okay";
|
||||
|
||||
pcie@0 {
|
||||
ethernet@0,0 {
|
||||
reg = <0 0 0 0 0>;
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
};
|
||||
|
@ -37,7 +37,7 @@ pci@3,0 {
|
||||
status = "okay";
|
||||
nvidia,num-lanes = <1>;
|
||||
|
||||
pcie@0 {
|
||||
ethernet@0,0 {
|
||||
reg = <0 0 0 0 0>;
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
};
|
||||
|
@ -36,7 +36,7 @@ pci@3,0 {
|
||||
status = "okay";
|
||||
nvidia,num-lanes = <1>;
|
||||
|
||||
pcie@0 {
|
||||
ethernet@0,0 {
|
||||
reg = <0 0 0 0 0>;
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user