diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-10-15 05:15:05 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-15 18:58:41 +0900 |
commit | 69ce8aa4925a54de192cf64e99abd294586c1984 (patch) | |
tree | da14c4a51e4000f50b10508a580b993b7917d032 /arch/arm/mach-shmobile/include | |
parent | 685e4080c62b4b5c6f67c7b088e416e98d06f7e6 (diff) | |
download | blackbird-op-linux-69ce8aa4925a54de192cf64e99abd294586c1984.tar.gz blackbird-op-linux-69ce8aa4925a54de192cf64e99abd294586c1984.zip |
ARM: mach-shmobile: clock-sh7372: FSI parent select 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 9838fcf03083..147775a94bce 100644 --- a/arch/arm/mach-shmobile/include/mach/sh7372.h +++ b/arch/arm/mach-shmobile/include/mach/sh7372.h @@ -462,5 +462,7 @@ extern struct clk sh7372_extal2_clk; extern struct clk sh7372_dv_clki_clk; 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; #endif /* __ASM_SH7372_H__ */ |