Re: [PATCH] drm/stm: ltdc: remove clk_round_rate comment

2019-05-13 Thread Yannick FERTRE
Dear Philippe, you're right, clk_disable() & clk_enable() are necessary with STM32F4 SOC (not for STM32MP1). I'll revert this part of the patch. Many thanks -- Yannick Fertré | TINA: 166 7152 | Tel: +33 244027152 | Mobile: +33 620600270 Microcontrollers and Digital ICs Group | Microcontrolle

Re: [PATCH] drm/stm: ltdc: remove clk_round_rate comment

2019-05-10 Thread Philippe CORNU
Dear Yannick, Thank you for your patch, In your patch, you have removed clk_disable() & clk_enable(). Could you please double confirm ? thanks Philippe :-) On 5/10/19 5:03 PM, Yannick Fertré wrote: > Clk_round_rate returns rounded clock without changing > the hardware in any way. > This functio