Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355507
b: refs/heads/master
c: ff8de98
h: refs/heads/master
i:
  355505: 4e453d8
  355503: de28408
v: v3
  • Loading branch information
Kuninori Morimoto authored and Simon Horman committed Jan 25, 2013
1 parent 92c0719 commit 35e8368
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 93301f5dbd72bd60882f88b4d04cafa3db4c85ed
refs/heads/master: ff8de98d50e551057978ea90d09255c528fde1ac
18 changes: 6 additions & 12 deletions trunk/arch/arm/mach-shmobile/setup-r8a7779.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ static struct plat_sci_port scif0_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF,
.irqs = { gic_spi(88), gic_spi(88),
gic_spi(88), gic_spi(88) },
.irqs = SCIx_IRQ_MUXED(gic_spi(88)),
};

static struct platform_device scif0_device = {
Expand All @@ -84,8 +83,7 @@ static struct plat_sci_port scif1_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF,
.irqs = { gic_spi(89), gic_spi(89),
gic_spi(89), gic_spi(89) },
.irqs = SCIx_IRQ_MUXED(gic_spi(89)),
};

static struct platform_device scif1_device = {
Expand All @@ -102,8 +100,7 @@ static struct plat_sci_port scif2_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF,
.irqs = { gic_spi(90), gic_spi(90),
gic_spi(90), gic_spi(90) },
.irqs = SCIx_IRQ_MUXED(gic_spi(90)),
};

static struct platform_device scif2_device = {
Expand All @@ -120,8 +117,7 @@ static struct plat_sci_port scif3_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF,
.irqs = { gic_spi(91), gic_spi(91),
gic_spi(91), gic_spi(91) },
.irqs = SCIx_IRQ_MUXED(gic_spi(91)),
};

static struct platform_device scif3_device = {
Expand All @@ -138,8 +134,7 @@ static struct plat_sci_port scif4_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF,
.irqs = { gic_spi(92), gic_spi(92),
gic_spi(92), gic_spi(92) },
.irqs = SCIx_IRQ_MUXED(gic_spi(92)),
};

static struct platform_device scif4_device = {
Expand All @@ -156,8 +151,7 @@ static struct plat_sci_port scif5_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF,
.irqs = { gic_spi(93), gic_spi(93),
gic_spi(93), gic_spi(93) },
.irqs = SCIx_IRQ_MUXED(gic_spi(93)),
};

static struct platform_device scif5_device = {
Expand Down

0 comments on commit 35e8368

Please sign in to comment.