Re: [PATCH v3 3/3] of: support passing console options with stdout-path

2015-02-26 Thread Andrew Lunn
> Sorry if I was unclear. My question was not _whether_ to fix this > for earlycon, but rather _how_. > > IOW, is the ':' character accepted as a path terminator for > 1. all nodes, so fix this in fdt_path_offset(); > 2. only chosen nodes; > 3. unique to stdout-path, so fix this in early_init_dt_s

Re: [PATCH v3 3/3] of: support passing console options with stdout-path

2015-02-26 Thread Peter Hurley
Hi Andrew, On 02/26/2015 08:46 AM, Andrew Lunn wrote: > On Thu, Feb 26, 2015 at 06:55:22AM -0500, Peter Hurley wrote: >> On 11/27/2014 12:56 PM, Leif Lindholm wrote: >>> Support specifying console options (like with console=ttyXN,) >>> by appending them to the stdout-path property after a separati

Re: [PATCH v3 3/3] of: support passing console options with stdout-path

2015-02-26 Thread Andrew Lunn
On Thu, Feb 26, 2015 at 06:55:22AM -0500, Peter Hurley wrote: > On 11/27/2014 12:56 PM, Leif Lindholm wrote: > > Support specifying console options (like with console=ttyXN,) > > by appending them to the stdout-path property after a separating ':'. > > > > Example: > > stdout-path = "uart0

Re: [PATCH v3 3/3] of: support passing console options with stdout-path

2015-02-26 Thread Peter Hurley
On 11/27/2014 12:56 PM, Leif Lindholm wrote: > Support specifying console options (like with console=ttyXN,) > by appending them to the stdout-path property after a separating ':'. > > Example: > stdout-path = "uart0:115200"; This format breaks DT earlycon because libfdt doesn't recognize

Re: [PATCH v3 3/3] of: support passing console options with stdout-path

2014-11-28 Thread Grant Likely
On Thu, 27 Nov 2014 17:56:07 + , Leif Lindholm wrote: > Support specifying console options (like with console=ttyXN,) > by appending them to the stdout-path property after a separating ':'. > > Example: > stdout-path = "uart0:115200"; > > Signed-off-by: Leif Lindholm Applied with

[PATCH v3 3/3] of: support passing console options with stdout-path

2014-11-27 Thread Leif Lindholm
Support specifying console options (like with console=ttyXN,) by appending them to the stdout-path property after a separating ':'. Example: stdout-path = "uart0:115200"; Signed-off-by: Leif Lindholm --- drivers/of/base.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-)