Re: [U-Boot] [PATCH 3/7] drivers: serial: mcfuart: add DT support

2018-09-25 Thread Simon Glass
On 20 September 2018 at 15:07, Angelo Dureghello wrote: > This patch adds devicetree support to the mcfuart.c driver. > > Signed-off-by: Angelo Dureghello > --- > drivers/serial/mcfuart.c | 28 > 1 file changed, 28 insertions(+) Reviewed-by: Simon Glass ___

[U-Boot] [PATCH 3/7] drivers: serial: mcfuart: add DT support

2018-09-20 Thread Angelo Dureghello
This patch adds devicetree support to the mcfuart.c driver. Signed-off-by: Angelo Dureghello --- drivers/serial/mcfuart.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/serial/mcfuart.c b/drivers/serial/mcfuart.c index 1371049de2..5896a19805 100644 ---