commit | 1509d6627e2228643c60efc7bc19a55842a532ce | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Nov 15 13:14:47 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 29 22:30:50 2017 -0500 |
tree | 6373fc05428ec213aad8049cb5eec749c1747866 | |
parent | 32e38bc5b7e6cc824299767ef097e48eb52ff5f1 [diff] |
clk: stm32f7: add STM32F4 support STM32F4 and STM32F7 RCC clock IP are very similar. Same driver can be used to managed RCC clock for these 2 SoCs. Differences between STM32F4 and F7 will be managed using different compatible string : _ overdrive clock is only supported by STM32F7 _ different sys_pll_psc parameters can be used between STM32F4 and STM32F7. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>