From: Kuninori Morimoto Date: Thu, 8 Nov 2012 03:08:50 +0000 (-0800) Subject: ARM: shmobile: add fsi external clock sh7372 X-Git-Tag: v3.8-rc1~134^2~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2944628607f76e4755660cd710f22a4748ef88d8;p=platform%2Fkernel%2Flinux-exynos.git ARM: shmobile: add fsi external clock sh7372 xcka/xckb were required from FSI driver Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- 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)