diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-12-05 22:28:18 -0800 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-12-06 15:58:03 +0900 |
commit | 171f1bc77c2d34308392841bcffa69b8a22c2e09 (patch) | |
tree | 501353916fc59f6cad5b9b547c5c3abb810314a7 /arch/sh/include | |
parent | 7e28c7bb377d8f46c46e79e2b18f0297e7bb4940 (diff) | |
download | op-kernel-dev-171f1bc77c2d34308392841bcffa69b8a22c2e09.zip op-kernel-dev-171f1bc77c2d34308392841bcffa69b8a22c2e09.tar.gz |
sh: clkfwk: clock-sh7724: all div6_clks use SH_CLK_DIV6_EXT()
Current div6 clocks can specify their current parent clocks
from its register value if it is registered
by sh_clk_div6_reparent_register().
This patch modifies all div6 clocks into SH_CLK_DIV6_EXT().
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/cpu-sh4/cpu/sh7724.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/cpu-sh4/cpu/sh7724.h b/arch/sh/include/cpu-sh4/cpu/sh7724.h index cbc47e6..36ce466 100644 --- a/arch/sh/include/cpu-sh4/cpu/sh7724.h +++ b/arch/sh/include/cpu-sh4/cpu/sh7724.h @@ -314,5 +314,6 @@ enum { extern struct clk sh7724_fsimcka_clk; extern struct clk sh7724_fsimckb_clk; +extern struct clk sh7724_dv_clki; #endif /* __ASM_SH7724_H__ */ |