Skip to content

Commit 394aa06

Browse files
rootroot
authored andcommitted
clk: qcom: sc7180: clk driver add sync_state.
1 parent e511985 commit 394aa06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/clk/qcom/dispcc-sc7180.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,10 +706,6 @@ static int disp_cc_sc7180_probe(struct platform_device *pdev)
706706
if (IS_ERR(regmap))
707707
return PTR_ERR(regmap);
708708

709-
/* update DISP_CC_XO_CLK DISP_CC_MDSS_RSCC_AHB_CLK */
710-
regmap_update_bits(regmap, 0x605c, BIT(0), BIT(0));
711-
regmap_update_bits(regmap, 0x400c, BIT(0), BIT(0));
712-
713709
/* 1380MHz configuration */
714710
disp_cc_pll_config.l = 0x47;
715711
disp_cc_pll_config.alpha = 0xe000;

0 commit comments

Comments
 (0)