mirror of https://gitee.com/openkylin/linux.git
ARM: shmobile: porter dts: Add serial port config to chosen/stdout-path
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
5995e9f0c5
commit
bf20476991
|
@ -22,7 +22,7 @@ aliases {
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
|
bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
|
||||||
stdout-path = &scif0;
|
stdout-path = "serial0:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
memory@40000000 {
|
memory@40000000 {
|
||||||
|
|
Loading…
Reference in New Issue