mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-07 14:19:35 +00:00
arm64: dts: renesas: s4sk: Fix ethernet0 alias
U-Boot uses "ethernet0", not "eth0".
While at it, fix nearby whitespace errors (TAB instead of space before
equal sign).
Fixes: 93be50c7ff
("arm64: dts: renesas: Add R-Car S4 Starter Kit support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/2f62c29e4222387a95ebadc65ba90a0cdea9b78c.1712647914.git.geert+renesas@glider.be
This commit is contained in:
parent
be4e4dd8a1
commit
412f2224b3
@ -16,7 +16,7 @@ / {
|
|||||||
aliases {
|
aliases {
|
||||||
serial0 = &hscif0;
|
serial0 = &hscif0;
|
||||||
serial1 = &hscif1;
|
serial1 = &hscif1;
|
||||||
eth0 = &rswitch;
|
ethernet0 = &rswitch;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
Loading…
Reference in New Issue
Block a user