commit | c72972c3f1054831c25288dc7ec86926d98b6819 | [log] [tgz] |
---|---|---|
author | Felix Brack <fb@ltec.ch> | Tue Feb 15 15:27:23 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 28 10:33:11 2022 -0500 |
tree | fecc71cbffed4ac4a7c852857f1432a1e7fd1d18 | |
parent | cdf0d1ca393799b9d44dba0ea619397e207ac5a4 [diff] |
arm: pdu001: Fix early debugging UART The changes from commit 0dba45864b2a ("arm: Init the debug UART") prevent the early debug UART from being initialized correctly. To fix this we not just configure the pin multiplexer but add setting up early clocks. Signed-off-by: Felix Brack <fb@ltec.ch> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>