diff options
author | Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com> | 2012-01-10 00:21:31 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-11 22:20:09 -0500 |
commit | 20052462948795914011f2fea0e77767d55cb48b (patch) | |
tree | a92fd586677439b5ca06f2826c53cae5731f7ca0 /arch/arm | |
parent | f0a217a31a745421df98db0d14ebdadef11d734c (diff) |
arm: mach-shmobile: add a resource name for shdma
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh7372.c | 6 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh73a0.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c index c197f9d29d04..1ea89be63e29 100644 --- a/arch/arm/mach-shmobile/setup-sh7372.c +++ b/arch/arm/mach-shmobile/setup-sh7372.c | |||
@@ -504,7 +504,7 @@ static struct resource sh7372_dmae0_resources[] = { | |||
504 | .flags = IORESOURCE_MEM, | 504 | .flags = IORESOURCE_MEM, |
505 | }, | 505 | }, |
506 | { | 506 | { |
507 | /* DMA error IRQ */ | 507 | .name = "error_irq", |
508 | .start = evt2irq(0x20c0), | 508 | .start = evt2irq(0x20c0), |
509 | .end = evt2irq(0x20c0), | 509 | .end = evt2irq(0x20c0), |
510 | .flags = IORESOURCE_IRQ, | 510 | .flags = IORESOURCE_IRQ, |
@@ -532,7 +532,7 @@ static struct resource sh7372_dmae1_resources[] = { | |||
532 | .flags = IORESOURCE_MEM, | 532 | .flags = IORESOURCE_MEM, |
533 | }, | 533 | }, |
534 | { | 534 | { |
535 | /* DMA error IRQ */ | 535 | .name = "error_irq", |
536 | .start = evt2irq(0x21c0), | 536 | .start = evt2irq(0x21c0), |
537 | .end = evt2irq(0x21c0), | 537 | .end = evt2irq(0x21c0), |
538 | .flags = IORESOURCE_IRQ, | 538 | .flags = IORESOURCE_IRQ, |
@@ -560,7 +560,7 @@ static struct resource sh7372_dmae2_resources[] = { | |||
560 | .flags = IORESOURCE_MEM, | 560 | .flags = IORESOURCE_MEM, |
561 | }, | 561 | }, |
562 | { | 562 | { |
563 | /* DMA error IRQ */ | 563 | .name = "error_irq", |
564 | .start = evt2irq(0x22c0), | 564 | .start = evt2irq(0x22c0), |
565 | .end = evt2irq(0x22c0), | 565 | .end = evt2irq(0x22c0), |
566 | .flags = IORESOURCE_IRQ, | 566 | .flags = IORESOURCE_IRQ, |
diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c index e46821c0a62e..20e71e5cace4 100644 --- a/arch/arm/mach-shmobile/setup-sh73a0.c +++ b/arch/arm/mach-shmobile/setup-sh73a0.c | |||
@@ -607,7 +607,7 @@ static struct resource sh73a0_dmae_resources[] = { | |||
607 | .flags = IORESOURCE_MEM, | 607 | .flags = IORESOURCE_MEM, |
608 | }, | 608 | }, |
609 | { | 609 | { |
610 | /* DMA error IRQ */ | 610 | .name = "error_irq", |
611 | .start = gic_spi(129), | 611 | .start = gic_spi(129), |
612 | .end = gic_spi(129), | 612 | .end = gic_spi(129), |
613 | .flags = IORESOURCE_IRQ, | 613 | .flags = IORESOURCE_IRQ, |