aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ford <[email protected]>2023-09-06 04:51:43 -0500
committerTony Lindgren <[email protected]>2023-10-07 10:22:49 +0300
commitba05a7886f057f3b8d199704f8ec3590ff1c5a8c (patch)
tree0ad1b3bb9607f56cbe48e702b0b67cea3940a390
parent03eb6d5e6d8e3ac8ab9a868f5d435568cbca6562 (diff)
ARM: dts: am3517: Configure ethernet alias
The AM3517 has one ethernet controller called davinci_emac. Configuring the alias allows the MAC address to be passed from the bootloader to Linux. Signed-off-by: Adam Ford <[email protected]> Message-ID: <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r--arch/arm/boot/dts/ti/omap/am3517.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ti/omap/am3517.dtsi b/arch/arm/boot/dts/ti/omap/am3517.dtsi
index fbfc956f4e4d..77e58e686fb1 100644
--- a/arch/arm/boot/dts/ti/omap/am3517.dtsi
+++ b/arch/arm/boot/dts/ti/omap/am3517.dtsi
@@ -15,6 +15,7 @@
aliases {
serial3 = &uart4;
can = &hecc;
+ ethernet = &davinci_emac;
};
cpus {