]> git.sur5r.net Git - u-boot/commit
clk: clk_stm32f: No more need of 48Mhz from PLL_SAI
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 8 Feb 2018 16:20:47 +0000 (17:20 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 14 Mar 2018 01:45:37 +0000 (21:45 -0400)
commit651a70e8d58281fdc034864ad5a8c905e5541c89
treee232ca28e0a82338535efbce219c0b77b560bd9c
parent526aa92960cfea5d6799b5a6aae89e4e646acc67
clk: clk_stm32f: No more need of 48Mhz from PLL_SAI

Initially, 48Mhz for SDIO clock was generated from SAI pll for
STM32F469 and STM32F746 SoCs, but this solution was not suitable
for STM32F429 SoCs.

A generic solution is to used the PLL_Q output as 48Mhz clock
for all STM32F SOCs family.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/clk/clk_stm32f.c