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:
Thierry Reding 2020-06-11 19:36:25 +02:00
parent 1bc5af2b36
commit cc761754f4
4 changed files with 4 additions and 4 deletions

View File

@ -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];
};

View File

@ -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];
};

View File

@ -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];
};

View File

@ -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];
};