Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62135
b: refs/heads/master
c: 53aba19
h: refs/heads/master
i:
  62133: 6b1855b
  62131: f905030
  62127: 1e61b91
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Jul 20, 2007
1 parent 31dc1c7 commit 0ad6fcd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 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: 4aafae27d0ce73f8507b8983b36006b734aa343a
refs/heads/master: 53aba19f82045c1df838570b8484043e93c4442a
2 changes: 1 addition & 1 deletion trunk/arch/sh/configs/se7722_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ CONFIG_SERIO_LIBPS2=y
# Non-8250 serial port support
#
CONFIG_SERIAL_SH_SCI=y
CONFIG_SERIAL_SH_SCI_NR_UARTS=2
CONFIG_SERIAL_SH_SCI_NR_UARTS=3
CONFIG_SERIAL_SH_SCI_CONSOLE=y
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
Expand Down
24 changes: 18 additions & 6 deletions trunk/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,21 @@ static struct plat_sci_port sci_platform_data[] = {
.mapbase = 0xffe00000,
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCIF,
.irqs = { 80, 81, 83, 82 },
}, {
.irqs = { 80, 80, 80, 80 },
},
{
.mapbase = 0xffe10000,
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCIF,
.irqs = { 81, 81, 81, 81 },
},
{
.mapbase = 0xffe20000,
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCIF,
.irqs = { 82, 82, 82, 82 },
},
{
.flags = 0,
}
};
Expand Down Expand Up @@ -48,10 +61,9 @@ static struct ipr_data ipr_irq_table[] = {
/* IRQ, IPR-idx, shift, prio */
{ 16, 0, 12, 2 }, /* TMU0 */
{ 17, 0, 8, 2 }, /* TMU1 */
{ 80, 6, 12, 3 }, /* SCIF ERI */
{ 81, 6, 12, 3 }, /* SCIF RXI */
{ 82, 6, 12, 3 }, /* SCIF BRI */
{ 83, 6, 12, 3 }, /* SCIF TXI */
{ 80, 6, 12, 3 }, /* SCIF0 */
{ 81, 6, 8, 3 }, /* SCIF1 */
{ 82, 6, 4, 3 }, /* SCIF2 */
};

static unsigned long ipr_offsets[] = {
Expand Down

0 comments on commit 0ad6fcd

Please sign in to comment.