Re: [U-Boot] [PATCH v3 29/35] dm: serial: ns16550: Convert to livetree

2017-07-06 Thread sjg
Update this driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/serial/ns16550.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) Applied to u-boot-dm, thanks! __

[U-Boot] [PATCH v3 29/35] dm: serial: ns16550: Convert to livetree

2017-06-12 Thread Simon Glass
Update this driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/serial/ns16550.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c index 52c52