aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@freescale.com>2015-03-27 18:49:17 +0800
committerScott Wood <scottwood@freescale.com>2015-03-31 22:23:20 -0500
commit7f9af0a6d5ab78e3cd40bf7aef1da45ace1d69f6 (patch)
treefcd663b9a369683a6d1659f07cf496454b2e3742 /arch/powerpc/boot
parentpowerpc/mpic: Remove WHOAMI readback after EOI (diff)
downloadlinux-dev-7f9af0a6d5ab78e3cd40bf7aef1da45ace1d69f6.tar.xz
linux-dev-7f9af0a6d5ab78e3cd40bf7aef1da45ace1d69f6.zip
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>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/t208xqds.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/t208xqds.dtsi b/arch/powerpc/boot/dts/t208xqds.dtsi
index 186959ec19b4..c42e07f4f648 100644
--- a/arch/powerpc/boot/dts/t208xqds.dtsi
+++ b/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>;
};
};