提交 67e1e226 编写于 作者: M Marek Belisko 提交者: Mike Turquette

clk: si5351: Fix clkout rate computation.

Rate was incorrectly computed because we read from wrong divider register.
Signed-off-by: NMarek Belisko <marek.belisko@streamunlimited.com>
Acked-by: NSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: NMike Turquette <mturquette@linaro.org>
Cc: stable@kernel.org
上级 056f3d58
......@@ -932,7 +932,7 @@ static unsigned long si5351_clkout_recalc_rate(struct clk_hw *hw,
unsigned char reg;
unsigned char rdiv;
if (hwdata->num > 5)
if (hwdata->num <= 5)
reg = si5351_msynth_params_address(hwdata->num) + 2;
else
reg = SI5351_CLK6_7_OUTPUT_DIVIDER;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册