Commit 10b6c0c2 authored by Baruch Siach's avatar Baruch Siach Committed by Eric Anholt

ARM: dts: bcm2835: add index to the ethernet alias

An alias name should have an index number even when it is the only of its type.
This allows U-Boot to add the local-mac-address property. Otherwise U-Boot
skips the alias.

Fixes: 6a937927 ("ARM: bcm2835: dt: Add the ethernet to the device trees")
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Acked-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
parent e1be65a5
/ {
aliases {
ethernet = &ethernet;
ethernet0 = &ethernet;
};
};
......
/ {
aliases {
ethernet = &ethernet;
ethernet0 = &ethernet;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment