Skip to content

Commit

Permalink
ARM: shmobile: R8A7779: use gic_iid() in SATA IRQ resource
Browse files Browse the repository at this point in the history
Commit "ARM: shmobile: r8a7779: use gic_iid macro" switched R8A7779 platform
devices to using gic_iid() macro instead of gic_spi() but commit "ARM: mach-
shmobile: r8a7779: add SATA support" added another use of gic_spi(). Convert
the SATA IRQ resource to using gic_iid().

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Sergei Shtylyov authored and Simon Horman committed Mar 12, 2013
1 parent a7b9837 commit d60cd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/setup-r8a7779.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ static struct resource sata_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
.start = gic_spi(100),
.start = gic_iid(0x84),
.flags = IORESOURCE_IRQ,
},
};
Expand Down

0 comments on commit d60cd5f

Please sign in to comment.