Hi, > From: Patrick DELAUNAY <[email protected]> > Sent: vendredi 24 avril 2020 15:48 > To: [email protected] > Cc: Lionel DEBIEVE <[email protected]>; Patrick DELAUNAY > <[email protected]>; Lukasz Majewski <[email protected]>; Patrice > CHOTARD <[email protected]>; U-Boot STM32 <uboot-stm32@st-md- > mailman.stormreply.com> > Subject: [PATCH] clk: stm32mp1: fix CK_MPU calculation > Importance: High > > From: Lionel Debieve <[email protected]> > > When the CK_MPU used PLL1_MPUDIV, the current rate is wrong. The clock > must use stm32mp1_mpu_div as a shift value. Fix the check value used to enter > PLL_MPUDIV. > > Signed-off-by: Lionel Debieve <[email protected]> > Signed-off-by: Patrick Delaunay <[email protected]> > --- > > drivers/clk/clk_stm32mp1.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) >
Applied to u-boot-stm/master, thanks! Regards Patrick

