Re: [U-Boot] [PATCH 14/18] serial: Add support for i.MX7ULP

2016-12-26 Thread Peng Fan
> -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Monday, December 26, 2016 8:59 PM > To: Peng Fan <peng@nxp.com> > Cc: Stefano Babic <sba...@denx.de>; U-Boot-Denx <u-boot@lists.denx.de> > Subject: Re: [U-Boo

Re: [U-Boot] [PATCH 14/18] serial: Add support for i.MX7ULP

2016-12-26 Thread Fabio Estevam
On Mon, Dec 26, 2016 at 5:00 AM, Peng Fan wrote: > Add lpuart driver to support i.MX7ULP. Couldn't you just use the existing drivers/serial/serial_lpuart.c driver instead? ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 14/18] serial: Add support for i.MX7ULP

2016-12-26 Thread Peng Fan
Add lpuart driver to support i.MX7ULP. Need to enable CONFIG_IMX_LPUART for the using. Also add the lpuart_fsl register structure and registers bits definitions in registers header file. Signed-off-by: Peng Fan Cc: Stefano Babic ---