Re: [PATCH] clk: qcom: Base rcg parent rate off plan frequency

2018-05-10 Thread Stephen Boyd
Quoting Evan Green (2018-04-13 13:33:36) > _freq_tbl_determine_rate uses the pre_div found in the clock plan > multiplied by the requested rate from the caller to determine the > best parent rate to set. If the requested rate is not exactly equal > to the rate that was found in the clock plan,

Re: [PATCH] clk: qcom: Base rcg parent rate off plan frequency

2018-05-10 Thread Stephen Boyd
Quoting Evan Green (2018-04-13 13:33:36) > _freq_tbl_determine_rate uses the pre_div found in the clock plan > multiplied by the requested rate from the caller to determine the > best parent rate to set. If the requested rate is not exactly equal > to the rate that was found in the clock plan,

[PATCH] clk: qcom: Base rcg parent rate off plan frequency

2018-04-13 Thread Evan Green
_freq_tbl_determine_rate uses the pre_div found in the clock plan multiplied by the requested rate from the caller to determine the best parent rate to set. If the requested rate is not exactly equal to the rate that was found in the clock plan, then using the requested rate in parent rate

[PATCH] clk: qcom: Base rcg parent rate off plan frequency

2018-04-13 Thread Evan Green
_freq_tbl_determine_rate uses the pre_div found in the clock plan multiplied by the requested rate from the caller to determine the best parent rate to set. If the requested rate is not exactly equal to the rate that was found in the clock plan, then using the requested rate in parent rate