commit | 062ee99e0a72cf0714fc5fffb567fa502e8ee855 | [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 | 07cdd22c38608e2f57d4612f20c8990ecf6c889b [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>