Re: powerpc: Look for "stdout-path" when setting up legacy consoles

2018-12-02 Thread Michael Ellerman
On Fri, 2018-11-30 at 03:54:09 UTC, Benjamin Herrenschmidt wrote: > Commit 78e5dfea8 "powerpc: dts: replace 'linux,stdout-path' with > 'stdout-path'" > broke the default console on a number of embedded PowerPC systems, because it > failed to also update the code in arch/powerpc/kernel/legacy_seria

Re: [PATCH] powerpc: Look for "stdout-path" when setting up legacy consoles

2018-11-30 Thread Rob Herring
On Thu, Nov 29, 2018 at 9:54 PM Benjamin Herrenschmidt wrote: > > Commit 78e5dfea8 "powerpc: dts: replace 'linux,stdout-path' with > 'stdout-path'" > broke the default console on a number of embedded PowerPC systems, because it > failed to also update the code in arch/powerpc/kernel/legacy_serial

[PATCH] powerpc: Look for "stdout-path" when setting up legacy consoles

2018-11-29 Thread Benjamin Herrenschmidt
Commit 78e5dfea8 "powerpc: dts: replace 'linux,stdout-path' with 'stdout-path'" broke the default console on a number of embedded PowerPC systems, because it failed to also update the code in arch/powerpc/kernel/legacy_serial.c to look for that property in addition to the old one. This fixes it.