Commit dbe95ad0 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman

ARM: shmobile: r8a7779: use gic_iid macro

"ARM: shmobile: add gic_iid macro for ICCIAR / interrupt ID"
enabled to use gic_iid macro.
This patch exchange current GIC interrupt setting
from gic_spi() to gic_iid()
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[ horms+renesas@verge.net.au: Updated git commit id in changelog ]
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent abe0e14b
...@@ -92,7 +92,7 @@ static struct plat_sci_port scif0_platform_data = { ...@@ -92,7 +92,7 @@ static struct plat_sci_port scif0_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2, .scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF, .type = PORT_SCIF,
.irqs = SCIx_IRQ_MUXED(gic_spi(88)), .irqs = SCIx_IRQ_MUXED(gic_iid(0x78)),
}; };
static struct platform_device scif0_device = { static struct platform_device scif0_device = {
...@@ -109,7 +109,7 @@ static struct plat_sci_port scif1_platform_data = { ...@@ -109,7 +109,7 @@ static struct plat_sci_port scif1_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2, .scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF, .type = PORT_SCIF,
.irqs = SCIx_IRQ_MUXED(gic_spi(89)), .irqs = SCIx_IRQ_MUXED(gic_iid(0x79)),
}; };
static struct platform_device scif1_device = { static struct platform_device scif1_device = {
...@@ -126,7 +126,7 @@ static struct plat_sci_port scif2_platform_data = { ...@@ -126,7 +126,7 @@ static struct plat_sci_port scif2_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2, .scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF, .type = PORT_SCIF,
.irqs = SCIx_IRQ_MUXED(gic_spi(90)), .irqs = SCIx_IRQ_MUXED(gic_iid(0x7a)),
}; };
static struct platform_device scif2_device = { static struct platform_device scif2_device = {
...@@ -143,7 +143,7 @@ static struct plat_sci_port scif3_platform_data = { ...@@ -143,7 +143,7 @@ static struct plat_sci_port scif3_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2, .scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF, .type = PORT_SCIF,
.irqs = SCIx_IRQ_MUXED(gic_spi(91)), .irqs = SCIx_IRQ_MUXED(gic_iid(0x7b)),
}; };
static struct platform_device scif3_device = { static struct platform_device scif3_device = {
...@@ -160,7 +160,7 @@ static struct plat_sci_port scif4_platform_data = { ...@@ -160,7 +160,7 @@ static struct plat_sci_port scif4_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2, .scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF, .type = PORT_SCIF,
.irqs = SCIx_IRQ_MUXED(gic_spi(92)), .irqs = SCIx_IRQ_MUXED(gic_iid(0x7c)),
}; };
static struct platform_device scif4_device = { static struct platform_device scif4_device = {
...@@ -177,7 +177,7 @@ static struct plat_sci_port scif5_platform_data = { ...@@ -177,7 +177,7 @@ static struct plat_sci_port scif5_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2, .scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF, .type = PORT_SCIF,
.irqs = SCIx_IRQ_MUXED(gic_spi(93)), .irqs = SCIx_IRQ_MUXED(gic_iid(0x7d)),
}; };
static struct platform_device scif5_device = { static struct platform_device scif5_device = {
...@@ -204,7 +204,7 @@ static struct resource tmu00_resources[] = { ...@@ -204,7 +204,7 @@ static struct resource tmu00_resources[] = {
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
[1] = { [1] = {
.start = gic_spi(32), .start = gic_iid(0x40),
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,
}, },
}; };
...@@ -234,7 +234,7 @@ static struct resource tmu01_resources[] = { ...@@ -234,7 +234,7 @@ static struct resource tmu01_resources[] = {
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
[1] = { [1] = {
.start = gic_spi(33), .start = gic_iid(0x41),
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,
}, },
}; };
...@@ -256,7 +256,7 @@ static struct resource rcar_i2c0_res[] = { ...@@ -256,7 +256,7 @@ static struct resource rcar_i2c0_res[] = {
.end = 0xffc70fff, .end = 0xffc70fff,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, { }, {
.start = gic_spi(79), .start = gic_iid(0x6f),
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,
}, },
}; };
...@@ -274,7 +274,7 @@ static struct resource rcar_i2c1_res[] = { ...@@ -274,7 +274,7 @@ static struct resource rcar_i2c1_res[] = {
.end = 0xffc71fff, .end = 0xffc71fff,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, { }, {
.start = gic_spi(82), .start = gic_iid(0x72),
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,
}, },
}; };
...@@ -292,7 +292,7 @@ static struct resource rcar_i2c2_res[] = { ...@@ -292,7 +292,7 @@ static struct resource rcar_i2c2_res[] = {
.end = 0xffc72fff, .end = 0xffc72fff,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, { }, {
.start = gic_spi(80), .start = gic_iid(0x70),
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,
}, },
}; };
...@@ -310,7 +310,7 @@ static struct resource rcar_i2c3_res[] = { ...@@ -310,7 +310,7 @@ static struct resource rcar_i2c3_res[] = {
.end = 0xffc73fff, .end = 0xffc73fff,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, { }, {
.start = gic_spi(81), .start = gic_iid(0x71),
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment