Re: [U-Boot] [PATCH 4/4] armv8/ls1043aqds: Initizlize NS16550 if enalbed LPUART

2016-01-19 Thread Bin Meng
Hi Wenbin, On Tue, Jan 19, 2016 at 6:21 PM, Wenbin Song wrote: > Hi: Bin, > Because we use the ns16550 as the early console when booting kernel , > and the earlycon driver on kernel cannot initialize port->uartclk rightly, > So if we want to use it, we must

Re: [U-Boot] [PATCH 4/4] armv8/ls1043aqds: Initizlize NS16550 if enalbed LPUART

2016-01-19 Thread Bin Meng
Hi Wenbin, On Tue, Jan 19, 2016 at 2:48 PM, Wenbin Song wrote: > From: Wenbin Song > > Need to initialize ns16550 to support earlycon on kernel. > > Signed-off-by: Wenbin Song > Signed-off-by: Mingkai Hu

Re: [U-Boot] [PATCH 4/4] armv8/ls1043aqds: Initizlize NS16550 if enalbed LPUART

2016-01-19 Thread Wenbin Song
<wenbin.s...@nxp.com> Cc: York Sun <york...@freescale.com>; Mingkai Hu <mingkai...@nxp.com>; Qianyu Gong <qianyu.g...@nxp.com>; Shaohui Xie <shaohui@nxp.com>; U-Boot Mailing List <u-boot@lists.denx.de>; Wenbin Song <wenbin.s...@freescale.com> Subject: Re:

Re: [U-Boot] [PATCH 4/4] armv8/ls1043aqds: Initizlize NS16550 if enalbed LPUART

2016-01-19 Thread Wenbin Song
Hi:Bin Thanks for your advice! I realize that I can use the lpuart as earlycon on kernel . So I will remove this patch on next vesion. Thanks Wenbin Song Sent from my iPhone > On Jan 19, 2016, at 18:42, Bin Meng wrote: > > Hi Wenbin, > >> On Tue, Jan 19, 2016 at 6:21

[U-Boot] [PATCH 4/4] armv8/ls1043aqds: Initizlize NS16550 if enalbed LPUART

2016-01-18 Thread Wenbin Song
From: Wenbin Song Need to initialize ns16550 to support earlycon on kernel. Signed-off-by: Wenbin Song Signed-off-by: Mingkai Hu --- board/freescale/ls1043aqds/ls1043aqds.c | 12