Skip to content

Commit 1477dd9

Browse files
Wolfram Sangclaudiubeznea
authored andcommitted
ARM: dts: at91: usb_a9260: use 'stdout-path'
Do not use the kernel command line for specifying the default serial console. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 2b72d99 commit 1477dd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/boot/dts/microchip/usb_a9260.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
compatible = "calao,usb-a9260", "atmel,at91sam9260", "atmel,at91sam9";
1414

1515
chosen {
16-
bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
16+
bootargs = "mem=64M root=/dev/mtdblock5 rw rootfstype=ubifs";
17+
stdout-path = "serial0:115200n8";
1718
};
1819

1920
ahb {

0 commit comments

Comments
 (0)