[PATCH 6/6] arm: dt: bcm23550: Add device tree files
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-05-05 21:06:11
Also in:
linux-devicetree, linux-pm, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-05-05 21:06:11
Also in:
linux-devicetree, 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