Re: [U-Boot] [PATCH 06/14] serial: 16550: Add Ingenic JZ4780 support

2016-11-27 Thread Marek Vasut
On 11/27/2016 06:03 PM, Simon Glass wrote: > Hi Marex, > > On 25 November 2016 at 15:32, Marek Vasut wrote: >> Add compatibility string for the Ingenic JZ4780 SoC, the necessary >> UART enable bit into FCR and register shift. Neither are encoded >> in the DTS coming from Linux, so we need to supp

Re: [U-Boot] [PATCH 06/14] serial: 16550: Add Ingenic JZ4780 support

2016-11-27 Thread Simon Glass
Hi Marex, On 25 November 2016 at 15:32, Marek Vasut wrote: > Add compatibility string for the Ingenic JZ4780 SoC, the necessary > UART enable bit into FCR and register shift. Neither are encoded > in the DTS coming from Linux, so we need to support it this way. > > Signed-off-by: Marek Vasut > C