commit | 2f41d924fc9dbc2698a2ef4428f4f01c8ff28d4a | [log] [tgz] |
---|---|---|
author | Francesco Dolcini <francesco.dolcini@toradex.com> | Thu Sep 23 09:55:21 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 10:05:24 2022 -0400 |
tree | 3d6098cabfb5a2e33d6327c662fade17655ae4b0 | |
parent | 2e6e253583b28f9e4693407d2733a4e617b08c48 [diff] |
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>