[PATCH v3] ARM: shmobile: kzm9d dts: Add chosen/stdout-path

2014-10-06 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. Note that we have to keep the console=ttyS1,115200n81 parameter in chosen/bootargs, else the console will use the default setting of 9600 baud. Signed-off-by:

Re: [PATCH v3] ARM: shmobile: kzm9d dts: Add chosen/stdout-path

2014-10-06 Thread Simon Horman
On Mon, Oct 06, 2014 at 01:59:13PM +0200, Geert Uytterhoeven wrote: Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. Note that we have to keep the console=ttyS1,115200n81 parameter in chosen/bootargs, else