Re: [PATCH 6/6] arm: dt: bcm23550: Add device tree files
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-05-05 21:06:11
Also in:
linux-arm-kernel, linux-pm, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-05-05 21:06:11
Also in:
linux-arm-kernel, linux-pm, lkml
On Thursday 05 May 2016 13:48:54 Chris Brand wrote:
+
+ chosen {
+ bootargs = "console=ttyS0,115200n8";
+ };
+Can you move this into the .dts file, and add a stdout-path property to make earlycon work? Arnd