提交 10b6c0c2 编写于 作者: B Baruch Siach 提交者: 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: NBaruch Siach <baruch@tkos.co.il>
Acked-by: NLubomir Rintel <lkundrak@v3.sk>
Reviewed-by: NEric Anholt <eric@anholt.net>
上级 e1be65a5
/ {
aliases {
ethernet = &ethernet;
ethernet0 = &ethernet;
};
};
......
/ {
aliases {
ethernet = &ethernet;
ethernet0 = &ethernet;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册