mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 20:06:38 +07:00
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: Magnus Damm <damm+renesas@opensource.se> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
0ebdbc505b
commit
8025e3ff4c
@ -19,12 +19,12 @@ / {
|
||||
compatible = "renesas,marzen", "renesas,r8a7779";
|
||||
|
||||
aliases {
|
||||
serial2 = &scif2;
|
||||
serial4 = &scif4;
|
||||
serial0 = &scif2;
|
||||
serial1 = &scif4;
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttySC2,115200 ignore_loglevel root=/dev/nfs ip=on";
|
||||
bootargs = "ignore_loglevel root=/dev/nfs ip=on";
|
||||
stdout-path = &scif2;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user