All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] sh: ms7724se: Add runtime PM support for FSI
@ 2009-11-09  2:12 Kuninori Morimoto
  2009-11-09  2:12 ` [PATCH 1/2] ASoC: sh: fsi: Add runtime PM support Kuninori Morimoto
  0 siblings, 1 reply; 5+ messages in thread
From: Kuninori Morimoto @ 2009-11-09  2:12 UTC (permalink / raw)
  To: Mark Brown, Paul Mundt; +Cc: alsa-devel, Magnus Damm

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
---
 arch/sh/boards/mach-se/7724/setup.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c
index e78c3be..0894bba 100644
--- a/arch/sh/boards/mach-se/7724/setup.c
+++ b/arch/sh/boards/mach-se/7724/setup.c
@@ -313,6 +313,9 @@ static struct platform_device fsi_device = {
 	.dev	= {
 		.platform_data	= &fsi_info,
 	},
+	.archdata = {
+		.hwblk_id = HWBLK_SPU, /* FSI needs SPU hwblk */
+	},
 };
 
 /* KEYSC in SoC (Needs SW33-2 set to ON) */
-- 
1.6.3.3

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

end of thread, other threads:[~2009-11-09 23:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-09  2:12 [PATCH 2/2] sh: ms7724se: Add runtime PM support for FSI Kuninori Morimoto
2009-11-09  2:12 ` [PATCH 1/2] ASoC: sh: fsi: Add runtime PM support Kuninori Morimoto
2009-11-09  2:59   ` Kuninori Morimoto
2009-11-09 23:14   ` Paul Mundt
2009-11-09 23:39     ` 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.