diff options
Diffstat (limited to 'arch/sh/boards/mach-ecovec24/setup.c')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 1135c3b848f2..8e3b05f93a65 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -453,7 +453,7 @@ static struct resource sdhi0_resources[] = { | |||
453 | .flags = IORESOURCE_MEM, | 453 | .flags = IORESOURCE_MEM, |
454 | }, | 454 | }, |
455 | [1] = { | 455 | [1] = { |
456 | .start = 101, | 456 | .start = 100, |
457 | .flags = IORESOURCE_IRQ, | 457 | .flags = IORESOURCE_IRQ, |
458 | }, | 458 | }, |
459 | }; | 459 | }; |
@@ -489,7 +489,7 @@ static struct resource sdhi1_resources[] = { | |||
489 | .flags = IORESOURCE_MEM, | 489 | .flags = IORESOURCE_MEM, |
490 | }, | 490 | }, |
491 | [1] = { | 491 | [1] = { |
492 | .start = 24, | 492 | .start = 23, |
493 | .flags = IORESOURCE_IRQ, | 493 | .flags = IORESOURCE_IRQ, |
494 | }, | 494 | }, |
495 | }; | 495 | }; |