Re: [PATCH v3 4/5] clk: stm32: Fix stm32f429 ltdc driver loading hang in clk set rate. keep ltdc clk running after kernel startup

2020-05-16 Thread dillon min
Hi Stephen, thanks for reviewing. On Fri, May 15, 2020 at 5:02 AM Stephen Boyd wrote: > > Quoting dillon.min...@gmail.com (2020-05-12 00:03:36) > > From: dillon min > > > > as store stm32f4_rcc_register_pll return to the wrong offset of clks, > > Use () on functions, i.e.

Re: [PATCH v3 4/5] clk: stm32: Fix stm32f429 ltdc driver loading hang in clk set rate. keep ltdc clk running after kernel startup

2020-05-14 Thread Stephen Boyd
Quoting dillon.min...@gmail.com (2020-05-12 00:03:36) > From: dillon min > > as store stm32f4_rcc_register_pll return to the wrong offset of clks, Use () on functions, i.e. stm32f4_rcc_register_pll(). > so ltdc gate clk is null. need change clks[PLL_VCO_SAI] to clks[PLL_SAI] And quote