
22 Apr
2017
22 Apr
'17
5:07 a.m.
Add the clock support. Note that the clock handling of the DBGU peripheral is different from the USART.
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com Reviewed-by: Simon Glass sjg@chromium.org ---
Changes in v3: - Rebase on the master branch (22e10be45) of u-boot-dm git tree.
Changes in v2: - Fix the DBGU clock handling. - Add Reviewed-by tag.
drivers/serial/atmel_usart.c | 52 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 3 deletions(-)
Applied to u-boot-dm/next, thanks!