Re: [PATCH 2/2] clk: stm32f: fix setting of LCD clock

2023-12-15 Thread Patrice CHOTARD
On 11/11/23 11:46, Dario Binacchi wrote: > Set pllsaidivr only if the PLLSAIR output frequency is an exact multiple > of the pixel clock rate. Otherwise, we search through all combinations > of pllsaidivr * pllsair and use the one which gives the rate closest to > requested one. > > Fixes:

Re: [PATCH 2/2] clk: stm32f: fix setting of LCD clock

2023-11-13 Thread Patrice CHOTARD
On 11/11/23 11:46, Dario Binacchi wrote: > Set pllsaidivr only if the PLLSAIR output frequency is an exact multiple > of the pixel clock rate. Otherwise, we search through all combinations > of pllsaidivr * pllsair and use the one which gives the rate closest to > requested one. > > Fixes:

[PATCH 2/2] clk: stm32f: fix setting of LCD clock

2023-11-11 Thread Dario Binacchi
Set pllsaidivr only if the PLLSAIR output frequency is an exact multiple of the pixel clock rate. Otherwise, we search through all combinations of pllsaidivr * pllsair and use the one which gives the rate closest to requested one. Fixes: 5e993508cb25 ("clk: clk_stm32f: Add set_rate for LTDC