[U-Boot] [PATCH v3 04/11] drivers: serial: mcfuart: add DT support
Simon Glass
sjg at chromium.org
Fri Oct 19 03:26:40 UTC 2018
On 13 October 2018 at 16:34, Angelo Dureghello <angelo at sysam.it> wrote:
> This patch adds devicetree support to the mcfuart.c driver
> and removes non DM code.
>
> Signed-off-by: Angelo Dureghello <angelo at sysam.it>
> ---
> Changes for v2:
> - remove non DM code
> Changes for v3:
> - none
> ---
> drivers/serial/mcfuart.c | 106 +++++++++++----------------------------
> 1 file changed, 28 insertions(+), 78 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Does this not break the build bisectability? If it does, you might
need to make a config change here too.
More information about the U-Boot
mailing list