瀏覽代碼

powerpc/t2080qds: fix rtc interrupt

RTC interrupt uses IRQ11 on T2080QDS.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
[scottwood@freescale.com: fix subject line]
Signed-off-by: Scott Wood <scottwood@freescale.com>
Shengzhou Liu 10 年之前
父節點
當前提交
7f9af0a6d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/powerpc/boot/dts/t208xqds.dtsi

+ 1 - 1
arch/powerpc/boot/dts/t208xqds.dtsi

@@ -152,7 +152,7 @@
 					rtc@68 {
 						compatible = "dallas,ds3232";
 						reg = <0x68>;
-						interrupts = <0x1 0x1 0 0>;
+						interrupts = <0xb 0x1 0 0>;
 					};
 				};