On 5/12/25 19:21, Marek Vasut wrote:
Add default STM32MP13xx debug UART initialization. This is similar to STM32MP15xx debug UART initialization, except the RCC registers are at different offsets and the UART pinmux pins are different. Signed-off-by: Marek Vasut <[email protected]> --- Cc: Cheick Traore <[email protected]> Cc: Fabrice Gasnier <[email protected]> Cc: Gatien Chevallier <[email protected]> Cc: Lionel Debieve <[email protected]> Cc: Pascal Zimmermann <[email protected]> Cc: Patrice Chotard <[email protected]> Cc: Patrick Delaunay <[email protected]> Cc: Simon Glass <[email protected]> Cc: Sughosh Ganu <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] --- board/st/stm32mp1/debug_uart.c | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-)
Reviewed-by: Patrick Delaunay <[email protected]> Thanks Patrick

