diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-10-18 03:50:39 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-31 14:40:45 (GMT) |
commit | f2ace4a5d754c07503326d66ec85bf65e03d729d (patch) | |
tree | e309065e67fead6359102ae9609bcff86cd83851 /arch/arm/mach-shmobile/include/mach/sh7372.h | |
parent | 03ff858c09c81a659b2a90a08826bc0abdbb784c (diff) | |
download | linux-f2ace4a5d754c07503326d66ec85bf65e03d729d.tar.xz |
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/mach/sh7372.h')
-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 147775a..e4f9004 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__ */ |