diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-10-18 05:50:39 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-31 15:40:45 +0100 |
commit | f2ace4a5d754c07503326d66ec85bf65e03d729d (patch) | |
tree | e309065e67fead6359102ae9609bcff86cd83851 /arch/arm/mach-shmobile/include/mach/sh7372.h | |
parent | ARM: shmobile: remove sh_timer_config clk member (diff) | |
download | linux-f2ace4a5d754c07503326d66ec85bf65e03d729d.tar.xz linux-f2ace4a5d754c07503326d66ec85bf65e03d729d.zip |
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 '')
-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 147775a94bce..e4f9004e7103 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__ */ |