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 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html