On 1.12.2023 10:50, Satya Priya Kakitapalli wrote: > Add runtime PM support to ensure the supply rails are enabled > when necessary. > > Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@xxxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > clk_trion_pll_configure(&video_pll0, regmap, &video_pll0_config); > > /* Keep VIDEO_CC_XO_CLK ALWAYS-ON */ > regmap_update_bits(regmap, 0x984, 0x1, 0x1); > > - return qcom_cc_really_probe(pdev, &video_cc_sm8150_desc, regmap); > + ret = qcom_cc_really_probe(pdev, &video_cc_sm8150_desc, regmap); > + > + pm_runtime_put_sync(&pdev->dev); > + > + return ret; > } > > static struct platform_driver video_cc_sm8150_driver = { >