Skip to content

Commit

Permalink
clk: stm32f4: Add PLL_I2S & PLL_SAI for STM32F429/469 boards
Browse files Browse the repository at this point in the history
This patch introduces PLL_I2S and PLL_SAI.
Vco clock of these PLLs can be modify by DT (only n multiplicator,
m divider is still fixed by the boot-loader).
Each PLL has 3 dividers. PLL should be off when we modify the rate.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Acked-by: Rob Herring <robh@kernel.org>
[sboyd@codeaurora.org: Mark stm32f4_pll_div_ops static]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
  • Loading branch information
Gabriel Fernandez authored and Stephen Boyd committed Dec 22, 2016
1 parent f8b5036 commit 83135ad
Showing 1 changed file with 334 additions and 17 deletions.
Loading

0 comments on commit 83135ad

Please sign in to comment.