Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20052462 authored by Shimoda, Yoshihiro's avatar Shimoda, Yoshihiro Committed by Paul Mundt
Browse files

arm: mach-shmobile: add a resource name for shdma

parent f0a217a3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -504,7 +504,7 @@ static struct resource sh7372_dmae0_resources[] = {
		.flags	= IORESOURCE_MEM,
	},
	{
		/* DMA error IRQ */
		.name	= "error_irq",
		.start	= evt2irq(0x20c0),
		.end	= evt2irq(0x20c0),
		.flags	= IORESOURCE_IRQ,
@@ -532,7 +532,7 @@ static struct resource sh7372_dmae1_resources[] = {
		.flags	= IORESOURCE_MEM,
	},
	{
		/* DMA error IRQ */
		.name	= "error_irq",
		.start	= evt2irq(0x21c0),
		.end	= evt2irq(0x21c0),
		.flags	= IORESOURCE_IRQ,
@@ -560,7 +560,7 @@ static struct resource sh7372_dmae2_resources[] = {
		.flags	= IORESOURCE_MEM,
	},
	{
		/* DMA error IRQ */
		.name	= "error_irq",
		.start	= evt2irq(0x22c0),
		.end	= evt2irq(0x22c0),
		.flags	= IORESOURCE_IRQ,
+1 −1
Original line number Diff line number Diff line
@@ -607,7 +607,7 @@ static struct resource sh73a0_dmae_resources[] = {
		.flags  = IORESOURCE_MEM,
	},
	{
		/* DMA error IRQ */
		.name	= "error_irq",
		.start  = gic_spi(129),
		.end    = gic_spi(129),
		.flags  = IORESOURCE_IRQ,