All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: sh7724: SPU2 clock enable on boot
@ 2009-11-05 10:23 Kuninori Morimoto
  2009-11-06  1:28 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2009-11-05 10:23 UTC (permalink / raw)
  To: linux-sh


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(-)

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)
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sh: sh7724: SPU2 clock enable on boot
  2009-11-05 10:23 [PATCH] sh: sh7724: SPU2 clock enable on boot Kuninori Morimoto
@ 2009-11-06  1:28 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-11-06  1:28 UTC (permalink / raw)
  To: linux-sh

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-06  1:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-05 10:23 [PATCH] sh: sh7724: SPU2 clock enable on boot Kuninori Morimoto
2009-11-06  1:28 ` Paul Mundt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.