Re: [PATCH v0] clk: qcom: lpasscc: Re-configure the PLL in case lost

2020-10-14 Thread Doug Anderson
Hi, On Tue, Oct 13, 2020 at 11:33 AM Taniya Das wrote: > > In the case where the PLL configuration is lost, then the pm runtime > resume will reconfigure before usage. > > Fixes: edab812d802d ("clk: qcom: lpass: Add support for LPASS clock > controller for SC7180") > Signed-off-by: Taniya Das

[PATCH v0] clk: qcom: lpasscc: Re-configure the PLL in case lost

2020-10-13 Thread Taniya Das
In the case where the PLL configuration is lost, then the pm runtime resume will reconfigure before usage. Fixes: edab812d802d ("clk: qcom: lpass: Add support for LPASS clock controller for SC7180") Signed-off-by: Taniya Das --- drivers/clk/qcom/lpasscorecc-sc7180.c | 22 ++