Commit 8025e3ff authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

ARM: shmobile: marzen: Board specific serial port order

Convert Marzen to use board-specific serial0 and serial1 instead
of the older shared SoC-specific SCIF index.
Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 0ebdbc50
...@@ -19,12 +19,12 @@ / { ...@@ -19,12 +19,12 @@ / {
compatible = "renesas,marzen", "renesas,r8a7779"; compatible = "renesas,marzen", "renesas,r8a7779";
aliases { aliases {
serial2 = &scif2; serial0 = &scif2;
serial4 = &scif4; serial1 = &scif4;
}; };
chosen { chosen {
bootargs = "console=ttySC2,115200 ignore_loglevel root=/dev/nfs ip=on"; bootargs = "ignore_loglevel root=/dev/nfs ip=on";
stdout-path = &scif2; stdout-path = &scif2;
}; };
......
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