sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6
commit5a799b824b6046befa7e10107a3d65f40816f645
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 26 Nov 2012 06:01:46 +0000 (25 22:01 -0800)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 11 Jan 2013 11:57:58 +0000 (11 20:57 +0900)
tree924d89586fea6b4e384ced4e6d5ab438f31f8971
parent30c254ff5c6510877c4fa3c3e87bb6d7172a7fcf
sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6

764f4e4e33d18cde4dcaf8a0d860b749c6d6d08b
(sh: clkfwk: Use shared sh_clk_div_enable/disable())
shared enable/disable funcions for div4/div6.
But new sh_clk_div_enable() didn't care sh_clk_div_set_rate()
which is required on div6 clock.
This patch fixes it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/clk/cpg.c