diff mbox

t2080qds/rtc: fix rtc interrupt

Message ID 1427453357-11444-1-git-send-email-Shengzhou.Liu@freescale.com (mailing list archive)
State Accepted
Commit 7f9af0a6d5ab78e3cd40bf7aef1da45ace1d69f6
Delegated to: Scott Wood
Headers show

Commit Message

Shengzhou Liu March 27, 2015, 10:49 a.m. UTC
RTC interrupt uses IRQ11 on T2080QDS.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
 arch/powerpc/boot/dts/t208xqds.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/powerpc/boot/dts/t208xqds.dtsi b/arch/powerpc/boot/dts/t208xqds.dtsi
index 5906183..024cc96 100644
--- a/arch/powerpc/boot/dts/t208xqds.dtsi
+++ b/arch/powerpc/boot/dts/t208xqds.dtsi
@@ -137,7 +137,7 @@ 
 					rtc@68 {
 						compatible = "dallas,ds3232";
 						reg = <0x68>;
-						interrupts = <0x1 0x1 0 0>;
+						interrupts = <0xb 0x1 0 0>;
 					};
 				};