Commit 9ad2abe6 authored by Baruch Siach's avatar Baruch Siach Committed by Greg Kroah-Hartman

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


[ Upstream commit 10b6c0c2 ]

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>
Signed-off-by: default avatarSasha Levin <alexander.levin@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c582696e
/ {
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