commit | fe6e3b330c67382f967f965c81d0cb898e047421 | [log] [tgz] |
---|---|---|
author | Armando Visconti <armando.visconti@st.com> | Mon Jan 21 17:22:33 2019 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Jan 24 09:35:53 2019 -0600 |
tree | 4f83753f30ff47f47d100b7d033a99936a96c1f4 | |
parent | faeb227a8fd79e35e17b4e842c5f57640b36e8ed [diff] |
drivers/i2s_ll_stm32.c: pass proper PLLR param when setting I2S PLL The PLLR parameter in LL_RCC_PLLI2S_ConfigDomain_I2S() API should be selected among the following list of (already shifted) values: * @arg @ref LL_RCC_PLLI2SR_DIV_2 * @arg @ref LL_RCC_PLLI2SR_DIV_3 * @arg @ref LL_RCC_PLLI2SR_DIV_4 * @arg @ref LL_RCC_PLLI2SR_DIV_5 * @arg @ref LL_RCC_PLLI2SR_DIV_6 * @arg @ref LL_RCC_PLLI2SR_DIV_7 This commit fixes PR #12609. Signed-off-by: Armando Visconti <armando.visconti@st.com>