mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
ARM: dts: colibri-imx6ull: fix mac address passing
colibri-imx6ull ethernet device is fec2, while the optional secondary ethernet is fec1, update the ethernet aliases in the .dts file so that ethaddr is set to fec2 and eth1addr to fec1. Without this change the ethernet interfaces have a different mac address between Linux and U-Boot. Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
5aa5a9b0d2
commit
182887735c
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@
|
|||
#include "imx6ull.dtsi"
|
||||
|
||||
/ {
|
||||
/* Ethernet aliases to ensure correct MAC addresses */
|
||||
aliases {
|
||||
ethernet0 = &fec2;
|
||||
ethernet1 = &fec1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdout-path = &uart1;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue