commit | b62c75de9fe6cc0ebb5ece392112de70c67964bb | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Fri Sep 29 13:34:37 2023 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Oct 04 13:26:03 2023 +0200 |
tree | 102020b5638df7675ee64d967101a9371ab8c1f2 | |
parent | 1768f5d11d0e1f1ca4d8b4193ae43478b13631fa [diff] |
clk: stm32mp1: Add support for USART1 clock Add USART1 clock parents and mux configuration. This allows support for configuring the USART1 as the serial console in SPL and U-Boot via device tree. Without this patch the SPL with usart1 serial console enabled crashes because it can not find the clock specified in the device tree for usart1. Signed-off-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>