commit | cd16df3dd9dc5d46a9b04e0a7f0c50ccb8fbaa08 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Fri Jun 04 14:04:05 2021 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Tue Dec 14 09:25:19 2021 +0100 |
tree | 2581955f673005a8582f93b61efd7b5fcb8e7e0d | |
parent | 2b79c37a5e0215c49591e99632b1171bb7fe1da9 [diff] |
fix(stm32mp1): deconfigure UART RX pins Those pins are configured by ROM code, for serial boot use cases. Their configs are reset if the boot is done on UART, but not on USB. This should then be done in TF-A. This has to be done after clock init, and before console is configured. Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: I29a9694e25fcf1665360dd71f73937f769c43b52