commit | 286f94803ee446a3ef730626f2219a0a28a82b8e | [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 | 11f29d443622070c9423ed5fda74b9564570aac7 [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>