提交 1403e38b 编写于 作者: G Geert Uytterhoeven 提交者: Simon Horman

ARM: dts: armadillo800eva: Update console parameters

Change the console alias to "serial0", for consistency with other
boards (the first unlabeled serial port is always called "serial0").
This does change the serial console from /dev/ttySC1 to /dev/ttySC0.
Add the serial port config to "chosen/stdout-path", which requires
referring to the port by alias.
Drop the "console=" parameters from the kernel command line, as they're
no longer needed for DT-based platforms.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 3e1839e9
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
compatible = "renesas,armadillo800eva", "renesas,r8a7740"; compatible = "renesas,armadillo800eva", "renesas,r8a7740";
aliases { aliases {
serial1 = &scifa1; serial0 = &scifa1;
}; };
chosen { chosen {
bootargs = "console=tty0 console=ttySC1,115200 earlyprintk=sh-sci.1,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw"; bootargs = "earlyprintk ignore_loglevel root=/dev/nfs ip=dhcp rw";
stdout-path = &scifa1; stdout-path = "serial0:115200n8";
}; };
memory@40000000 { memory@40000000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册