Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8745f6ec authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clk-alpha-pll: Remove zonda pll set rate delay"

parents 8e4b26ff 009694fa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1202,8 +1202,6 @@ static int clk_zonda_pll_set_rate(struct clk_hw *hw, unsigned long rate,
	if (ret)
		return ret;

	/* Wait for PLL output to stabilize */
	udelay(100);
	return 0;
}