diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-12-04 10:22:41 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-04 10:22:41 -0500 |
commit | baf9226667734579e344f612ed39f727079cad51 (patch) | |
tree | 9744efb5f1838ea73b695a0ab862547fdcf92ecf /arch/sh/boards | |
parent | 57648cd52b1848c6885bdbd948d113d52f3ddd43 (diff) | |
parent | 43f0de8d0298e624e6c3bf2185b6003a59b331bd (diff) |
Merge branch 'topic/asoc' into for-linus
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | 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 e78c3be8ad2f..0894bba9fade 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 = { | |||
313 | .dev = { | 313 | .dev = { |
314 | .platform_data = &fsi_info, | 314 | .platform_data = &fsi_info, |
315 | }, | 315 | }, |
316 | .archdata = { | ||
317 | .hwblk_id = HWBLK_SPU, /* FSI needs SPU hwblk */ | ||
318 | }, | ||
316 | }; | 319 | }; |
317 | 320 | ||
318 | /* KEYSC in SoC (Needs SW33-2 set to ON) */ | 321 | /* KEYSC in SoC (Needs SW33-2 set to ON) */ |