OSDN Git Service

powerpc/t2080qds: fix rtc interrupt
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Fri, 27 Mar 2015 10:49:17 +0000 (18:49 +0800)
committerScott Wood <scottwood@freescale.com>
Wed, 1 Apr 2015 03:23:20 +0000 (22:23 -0500)
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>
arch/powerpc/boot/dts/t208xqds.dtsi

index 186959e..c42e07f 100644 (file)
                                        rtc@68 {
                                                compatible = "dallas,ds3232";
                                                reg = <0x68>;
-                                               interrupts = <0x1 0x1 0 0>;
+                                               interrupts = <0xb 0x1 0 0>;
                                        };
                                };