mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-08 09:50:03 +00:00
ARM: dts: imx7-colibri: add ethernet aliases
Add Ethernet aliases which is required to properly pass MAC address from bootloader. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
0ef1969ea5
commit
c37e0d58f2
@ -7,6 +7,12 @@
|
||||
#include "imx7-colibri.dtsi"
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
/* Required to properly pass MAC addresses from bootloader. */
|
||||
ethernet0 = &fec1;
|
||||
ethernet1 = &fec2;
|
||||
};
|
||||
|
||||
memory@80000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x80000000 0x40000000>;
|
||||
|
||||
@ -7,6 +7,12 @@
|
||||
#include "imx7-colibri.dtsi"
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
/* Required to properly pass MAC addresses from bootloader. */
|
||||
ethernet0 = &fec1;
|
||||
ethernet1 = &fec2;
|
||||
};
|
||||
|
||||
memory@80000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x80000000 0x20000000>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user