diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-09-06 00:11:38 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-09-06 00:11:42 -0400 |
| commit | ed011b22ce567eabefa9ea571d3721c10ecd0553 (patch) | |
| tree | c7aee6684613075c772388a99a9137014549434e /arch/sh/boards/mach-se/7724/setup.c | |
| parent | 85bac32c4a52c592b857f2c360cc5ec93a097d70 (diff) | |
| parent | e07cccf4046978df10f2e13fe2b99b2f9b3a65db (diff) | |
Merge commit 'v2.6.31-rc9' into tracing/core
Merge reason: move from -rc5 to -rc9.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/sh/boards/mach-se/7724/setup.c')
| -rw-r--r-- | arch/sh/boards/mach-se/7724/setup.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index 8fed45a2fb85..15456a0773bf 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c | |||
| @@ -238,7 +238,7 @@ static struct platform_device ceu1_device = { | |||
| 238 | }, | 238 | }, |
| 239 | }; | 239 | }; |
| 240 | 240 | ||
| 241 | /* KEYSC */ | 241 | /* KEYSC in SoC (Needs SW33-2 set to ON) */ |
| 242 | static struct sh_keysc_info keysc_info = { | 242 | static struct sh_keysc_info keysc_info = { |
| 243 | .mode = SH_KEYSC_MODE_1, | 243 | .mode = SH_KEYSC_MODE_1, |
| 244 | .scan_timing = 10, | 244 | .scan_timing = 10, |
| @@ -255,12 +255,13 @@ static struct sh_keysc_info keysc_info = { | |||
| 255 | 255 | ||
| 256 | static struct resource keysc_resources[] = { | 256 | static struct resource keysc_resources[] = { |
| 257 | [0] = { | 257 | [0] = { |
| 258 | .start = 0x1a204000, | 258 | .name = "KEYSC", |
| 259 | .end = 0x1a20400f, | 259 | .start = 0x044b0000, |
| 260 | .end = 0x044b000f, | ||
| 260 | .flags = IORESOURCE_MEM, | 261 | .flags = IORESOURCE_MEM, |
| 261 | }, | 262 | }, |
| 262 | [1] = { | 263 | [1] = { |
| 263 | .start = IRQ0_KEY, | 264 | .start = 79, |
| 264 | .flags = IORESOURCE_IRQ, | 265 | .flags = IORESOURCE_IRQ, |
| 265 | }, | 266 | }, |
| 266 | }; | 267 | }; |
