Patchworkβ sh: sh7724: SPU2 clock enable on boot

login
register
about
Submitter Kuninori Morimoto
Date 2009-11-05 10:23:40
Message ID <uk4y56zir.wl%morimoto.kuninori@renesas.com>
Download mbox | patch
Permalink /patch/57870/
State Not Applicable
Headers show

Comments

Kuninori Morimoto - 2009-11-05 10:23:40
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
---
This is v2 patch of 
[PATCH] sh: mach-ecovec24: Enable SPU2 clock when boot

 arch/sh/kernel/cpu/sh4a/clock-sh7724.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
Paul Mundt - 2009-11-06 01:28:39
On Thu, Nov 05, 2009 at 07:23:40PM +0900, Kuninori Morimoto wrote:
> 
> Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
> ---
> This is v2 patch of 
> [PATCH] sh: mach-ecovec24: Enable SPU2 clock when boot
> 
>  arch/sh/kernel/cpu/sh4a/clock-sh7724.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
I already made this change after replying to the first version.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Patch

diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7724.c b/arch/sh/kernel/cpu/sh4a/clock-sh7724.c
index dfe9192..9db7438 100644
--- a/arch/sh/kernel/cpu/sh4a/clock-sh7724.c
+++ b/arch/sh/kernel/cpu/sh4a/clock-sh7724.c
@@ -152,7 +152,7 @@  struct clk div6_clks[] = {
 	SH_CLK_DIV6("fsia_clk", &div3_clk, FCLKACR, 0),
 	SH_CLK_DIV6("fsib_clk", &div3_clk, FCLKBCR, 0),
 	SH_CLK_DIV6("irda_clk", &div3_clk, IRDACLKCR, 0),
-	SH_CLK_DIV6("spu_clk", &div3_clk, SPUCLKCR, 0),
+	SH_CLK_DIV6("spu_clk", &div3_clk, SPUCLKCR, CLK_ENABLE_ON_INIT),
 };
 
 #define R_CLK (&r_clk)