diff options
author | Adam Ford <aford173@gmail.com> | 2023-09-06 04:51:43 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-10-07 10:22:49 +0300 |
commit | ba05a7886f057f3b8d199704f8ec3590ff1c5a8c (patch) | |
tree | 0ad1b3bb9607f56cbe48e702b0b67cea3940a390 | |
parent | 03eb6d5e6d8e3ac8ab9a868f5d435568cbca6562 (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 <aford173@gmail.com>
Message-ID: <20230906095143.99806-2-aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/ti/omap/am3517.dtsi | 1 |
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 { |