9 Nov
2009
9 Nov
'09
3:12 a.m.
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