浏览代码

sh: Restore RTC IRQ setting for SH7763 setup.

This was accidentally dropped in the multiple vectors per irq conversion.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Nobuhiro Iwamatsu 16 年之前
父节点
当前提交
075901af28
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/sh/kernel/cpu/sh4a/setup-sh7763.c

+ 1 - 0
arch/sh/kernel/cpu/sh4a/setup-sh7763.c

@@ -23,6 +23,7 @@ static struct resource rtc_resources[] = {
 	},
 	},
 	[1] = {
 	[1] = {
 		/* Shared Period/Carry/Alarm IRQ */
 		/* Shared Period/Carry/Alarm IRQ */
+		.start  = 20,
 		.flags	= IORESOURCE_IRQ,
 		.flags	= IORESOURCE_IRQ,
 	},
 	},
 };
 };