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

Commit 0fcbfc70 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clk-alpha-pll: Update round rate to use kHz for the divider"

parents 4c96d589 efd87da6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -815,7 +815,7 @@ static long clk_generic_pll_postdiv_round_rate(struct clk_hw *hw,
		return -EINVAL;
		return -EINVAL;


	return divider_round_rate(hw, rate, prate, pll->post_div_table,
	return divider_round_rate(hw, rate, prate, pll->post_div_table,
					pll->width, CLK_DIVIDER_ROUND_CLOSEST);
					pll->width, CLK_DIVIDER_ROUND_KHZ);
}
}


static int clk_generic_pll_postdiv_set_rate(struct clk_hw *hw,
static int clk_generic_pll_postdiv_set_rate(struct clk_hw *hw,