RE: [PATCH] clk: stm32mp1: fix CK_MPU calculation

2020-05-14 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: vendredi 24 avril 2020 15:48 > To: u-boot@lists.denx.de > Cc: Lionel DEBIEVE ; Patrick DELAUNAY > ; Lukasz Majewski ; Patrice > CHOTARD ; U-Boot STM32 mailman.stormreply.com> > Subject: [PATCH] clk: stm32mp1: fix CK_MPU calculation > Importance: High > > Fro

Re: [PATCH] clk: stm32mp1: fix CK_MPU calculation

2020-05-11 Thread Patrice CHOTARD
On 4/24/20 3:47 PM, Patrick Delaunay wrote: > From: Lionel Debieve > > 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 > Signed-off-by: Patrick D