diff options
author | Thierry Reding <treding@nvidia.com> | 2019-03-22 13:49:39 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-03-12 12:14:31 +0100 |
commit | bcdf81cb268de1cd88f9786f6ca63b6b4be324c9 (patch) | |
tree | 91e4ff154709397bd0012dff258bb21eef255a29 | |
parent | db705117d18b92244e44ef9b0cd3be79fe15c48b (diff) | |
download | linux-rt-bcdf81cb268de1cd88f9786f6ca63b6b4be324c9.tar.gz |
arm64: tegra: Add ethernet alias on Jetson TX1
Adding this alias for the Ethernet interface on Jetson TX1 allows the
bootloader to pass the MAC address to the Linux kernel.
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi b/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi index 49a2a82d860d..313a4c29d37a 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi @@ -5,6 +5,10 @@ model = "NVIDIA Tegra210 P2597 I/O board"; compatible = "nvidia,p2597", "nvidia,tegra210"; + aliases { + ethernet = "/usb@70090000/ethernet@1"; + }; + host1x@50000000 { dpaux@54040000 { status = "okay"; @@ -1346,6 +1350,13 @@ hvdd-usb-ss-pll-e-supply = <&vdd_1v8>; status = "okay"; + + #address-cells = <1>; + #size-cells = <0>; + + ethernet@1 { + reg = <1>; + }; }; padctl@7009f000 { |