diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-10-18 03:50:39 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-31 10:40:45 -0400 |
commit | f2ace4a5d754c07503326d66ec85bf65e03d729d (patch) | |
tree | e309065e67fead6359102ae9609bcff86cd83851 /arch/arm/mach-shmobile/include | |
parent | 03ff858c09c81a659b2a90a08826bc0abdbb784c (diff) |
ARM: mach-shmobile: clock-sh7372: Add FSIDIV clock support
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/sh7372.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh7372.h b/arch/arm/mach-shmobile/include/mach/sh7372.h index 147775a94bc..e4f9004e710 100644 --- a/arch/arm/mach-shmobile/include/mach/sh7372.h +++ b/arch/arm/mach-shmobile/include/mach/sh7372.h @@ -464,5 +464,7 @@ extern struct clk sh7372_dv_clki_div2_clk; extern struct clk sh7372_pllc2_clk; extern struct clk sh7372_fsiack_clk; extern struct clk sh7372_fsibck_clk; +extern struct clk sh7372_fsidiva_clk; +extern struct clk sh7372_fsidivb_clk; #endif /* __ASM_SH7372_H__ */ |