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

Simon Glass sjg at chromium.org
Fri Jul 15 06:00:10 CEST 2016


On 4 July 2016 at 11:58, Simon Glass <sjg at chromium.org> 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 generic code.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  drivers/serial/ns16550.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Applied to u-boot-dm


More information about the U-Boot mailing list