Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4773bc2 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: fix irqs for the second serial port on sh7206



This patch makes sure the serial port interrupt irqs matches the
datasheet.  Only irqs for SCIF1 are changed. While at some cosmetic
spaces are added.

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 3d37d94e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ static struct plat_sci_port sci_platform_data[] = {
		.mapbase	= 0xfffe8800,
		.flags		= UPF_BOOT_AUTOCONF,
		.type		= PORT_SCIF,
		.irqs		=  { 247, 244, 245, 246},
		.irqs		=  { 245, 246, 247, 244 },
	}, {
		.mapbase	= 0xfffe9000,
		.flags		= UPF_BOOT_AUTOCONF,