[PATCHv2 05/15] ARM: mvebu: add stdout-path to all armada-*.dts
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Tue Mar 3 01:45:41 PST 2015
Dear Rob Herring,
On Fri, 27 Feb 2015 11:42:43 -0600, Rob Herring wrote:
> > It is worth mentioning that this also happens with
> >
> > stdout-path = "uart0:115200n8";
> >
> > which was explicitly suggested by Mark in his e-mail. uart0 is an alias
> > to the proper DT node, since stdout-path = &uart0; works almost fine.
>
> Mark forgot the '&'. So does 'stdout-path = "&uart0:115200n8";' work?
Nah, there is really no '&' needed, Mark was right. What was wrong in
my setup was that uart0 was a *label* for the serial port DT node, and
not an alias. Once I created an alias 'serial0' for '&uart0', things
started working all right.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
More information about the linux-arm-kernel
mailing list