arm: pdu001: Fix early debugging UART
authorFelix Brack <fb@ltec.ch>
Tue, 15 Feb 2022 14:27:23 +0000 (15:27 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 28 Feb 2022 15:33:11 +0000 (10:33 -0500)
commit286f94803ee446a3ef730626f2219a0a28a82b8e
treefecc71cbffed4ac4a7c852857f1432a1e7fd1d18
parent11f29d443622070c9423ed5fda74b9564570aac7
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>
board/eets/pdu001/Makefile
board/eets/pdu001/board.c