arm64: tegra: Allow bootloader to configure Ethernet MAC on Jetson TX2
authorPeter Robinson <pbrobinson@gmail.com>
Sat, 2 Nov 2019 17:29:17 +0000 (17:29 +0000)
committerThierry Reding <treding@nvidia.com>
Fri, 10 Jan 2020 16:04:29 +0000 (17:04 +0100)
Add an ethernet alias so that a stable MAC address is added to the
device tree for the wired ethernet interface.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi

index 5e18acf..947744d 100644 (file)
@@ -8,6 +8,7 @@
        compatible = "nvidia,p3310", "nvidia,tegra186";
 
        aliases {
+               ethernet0 = "/ethernet@2490000";
                sdhci0 = "/sdhci@3460000";
                sdhci1 = "/sdhci@3400000";
                serial0 = &uarta;