Re: [U-Boot] [PATCH v3 43/62] dm: serial: ns16550: Update to support of-platdata

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > With of-platdata this driver cannot know the format of the of-platdata > struct, so we cannot use generic code for accessing the of-platdata. Each > SoC that uses this driver will need to set up ns16550's platdata for it. > So don't compile in the gene

[U-Boot] [PATCH v3 43/62] dm: serial: ns16550: Update to support of-platdata

2016-07-04 Thread Simon Glass
With of-platdata this driver cannot know the format of the of-platdata struct, so we cannot use generic code for accessing the of-platdata. Each SoC that uses this driver will need to set up ns16550's platdata for it. So don't compile in the generic code. Signed-off-by: Simon Glass --- Changes i