From: Simon Horman Date: Mon, 14 Apr 2014 01:41:36 +0000 (+0900) Subject: ARM: shmobile: r8a7778: Use clks as MSTP007 parent X-Git-Tag: v3.14.28+ltsi~645 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbf022a3b5629c482fd70b36ae92bd749406184c;p=profile%2Fcommon%2Fkernel-common.git ARM: shmobile: r8a7778: Use clks as MSTP007 parent According to the documentation the parent clock of MSTP007 should be clks not clkp. Signed-off-by: Simon Horman Acked-by: Laurent Pinchart Signed-off-by: Mark Brown (cherry picked from commit 3dedc5f5b11c567dbe2f31adb5119d1dfb8f51c9) Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/clock-r8a7778.c b/arch/arm/mach-shmobile/clock-r8a7778.c index 2009a9b..9989b1b 100644 --- a/arch/arm/mach-shmobile/clock-r8a7778.c +++ b/arch/arm/mach-shmobile/clock-r8a7778.c @@ -170,7 +170,7 @@ static struct clk mstp_clks[MSTP_NR] = { [MSTP010] = SH_CLK_MSTP32(&p_clk, MSTPCR0, 10, 0), /* SSI2 */ [MSTP009] = SH_CLK_MSTP32(&p_clk, MSTPCR0, 9, 0), /* SSI3 */ [MSTP008] = SH_CLK_MSTP32(&p_clk, MSTPCR0, 8, 0), /* SRU */ - [MSTP007] = SH_CLK_MSTP32(&p_clk, MSTPCR0, 7, 0), /* HSPI */ + [MSTP007] = SH_CLK_MSTP32(&s_clk, MSTPCR0, 7, 0), /* HSPI */ }; static struct clk_lookup lookups[] = {