Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: at91/dt: sama5d4 xplained: use stdout-path

Use stdout-path to specify the console and remove the console argument from
the kernel command line.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

authored by

Alexandre Belloni and committed by
Nicolas Ferre
e1e6c322 9e73126e

+2 -1
+2 -1
arch/arm/boot/dts/at91-sama5d4_xplained.dts
··· 50 50 compatible = "atmel,sama5d4-xplained", "atmel,sama5d4", "atmel,sama5"; 51 51 52 52 chosen { 53 - bootargs = "console=ttyS0,115200 ignore_loglevel earlyprintk"; 53 + bootargs = "ignore_loglevel earlyprintk"; 54 + stdout-path = "serial0:115200n8"; 54 55 }; 55 56 56 57 memory {