提交 d60cd5f1 编写于 作者: S Sergei Shtylyov 提交者: Simon Horman

ARM: shmobile: R8A7779: use gic_iid() in SATA IRQ resource

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: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 a7b9837c
......@@ -331,7 +331,7 @@ static struct resource sata_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
.start = gic_spi(100),
.start = gic_iid(0x84),
.flags = IORESOURCE_IRQ,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册