1
0
Fork 0

ARM: dts: kzm9d: Update console parameters

Add a "serial1" alias for the serial console (it is labeled "uart1").
Add the serial port config to "chosen/stdout-path", which requires
referring to the port by alias.
Drop the "console=" parameter from the kernel command line, as it's no
longer needed for DT-based platforms.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
steinar/wifi_calib_4_9_kernel
Geert Uytterhoeven 2016-06-14 16:15:23 +02:00 committed by Simon Horman
parent 822337d7ff
commit 20fc3188ac
1 changed files with 6 additions and 2 deletions

View File

@ -23,9 +23,13 @@
reg = <0x40000000 0x8000000>;
};
aliases {
serial1 = &uart1;
};
chosen {
bootargs = "console=ttyS1,115200n81 ignore_loglevel root=/dev/nfs ip=dhcp";
stdout-path = &uart1;
bootargs = "ignore_loglevel root=/dev/nfs ip=dhcp";
stdout-path = "serial1:115200n8";
};
gpio_keys {