diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-11-08 03:08:50 (GMT) |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-11-08 06:22:06 (GMT) |
commit | 2944628607f76e4755660cd710f22a4748ef88d8 (patch) | |
tree | 6ede0103c837a672027c1dc7e2092e9230ee58a5 /arch/arm/mach-shmobile | |
parent | 8b0eadd247f5346acbda8d5a656dc8aec526d259 (diff) | |
download | linux-2944628607f76e4755660cd710f22a4748ef88d8.tar.xz |
ARM: shmobile: add fsi external clock sh7372
xcka/xckb were required from FSI driver
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/clock-sh7372.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c index bee2d05..4d57e34 100644 --- a/arch/arm/mach-shmobile/clock-sh7372.c +++ b/arch/arm/mach-shmobile/clock-sh7372.c @@ -606,6 +606,8 @@ static struct clk_lookup lookups[] = { CLKDEV_ICK_ID("spu2", "sh_fsi2", &mstp_clks[MSTP223]), CLKDEV_ICK_ID("diva", "sh_fsi2", &fsidivs[FSIDIV_A]), CLKDEV_ICK_ID("divb", "sh_fsi2", &fsidivs[FSIDIV_B]), + CLKDEV_ICK_ID("xcka", "sh_fsi2", &sh7372_fsiack_clk), + CLKDEV_ICK_ID("xckb", "sh_fsi2", &sh7372_fsibck_clk), }; void __init sh7372_clock_init(void) |