commit | 80cb5686b9143b54394b28629a36b815862d4de2 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Mon Jul 16 10:41:46 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 20 15:55:07 2018 -0400 |
tree | 25f7ff616528dbe10565fca2dc3d6654d4464752 | |
parent | 201f0d563b57cd6db78af7652024898f045da961 [diff] |
stm32mp1: clk: support digital bypass HSE and LSE bypass shall support both analog and digital signals. This patch add a way to select digital bypas case in the device tree and set the associated bit DIGBYP in RCC_BDCR and RCC_OCEN register during clock tree initialization. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>