Message ID | 1516355628-21784-1-git-send-email-ryan.harkin@linaro.org |
---|---|
Headers | show |
Series | warp7: add UART6 support | expand |
On 19/01/18 09:53, Ryan Harkin wrote: > This small series adds support for using the console on UART6 on > the WaRP7 board. > > The board retains current functionality: UART6 is not used by > default and needs it needs to be enabled in defconfig. > > [PATCH 1/2] serial: mxc: support DTE mode > [PATCH 2/2] warp7: add support for console on UART6 and mikroBus > > board/warp7/Kconfig | 9 +++++++++ > board/warp7/warp7.c | 6 ++++++ > drivers/serial/Kconfig | 7 +++++++ > drivers/serial/serial_mxc.c | 10 ++++++++-- > include/configs/warp7.h | 8 +++++++- > 5 files changed, 37 insertions(+), 3 deletions(-) > > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > https://lists.denx.de/listinfo/u-boot > Tested-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>