]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit828c206d788ebc9411f630401de01e53df23fe1d
treefecc71cbffed4ac4a7c852857f1432a1e7fd1d18
parent89c37d5bbf5df93f3d57c1d4d2b52e8fb6bce66b
arm: pdu001: Fix early debugging UART

The changes from commit f4d0c01c88e5 ("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