projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56302c5
)
powerpc/t2080qds: fix rtc interrupt
author
Shengzhou Liu
<Shengzhou.Liu@freescale.com>
Fri, 27 Mar 2015 10:49:17 +0000
(18:49 +0800)
committer
Scott 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/t208xqds.dtsi
b/arch/powerpc/boot/dts/t208xqds.dtsi
index 186959ec19b428ddae75b6f8dffdc0901fed7f0f..c42e07f4f648d8db7cb4180f150377d06fa5e995 100644
(file)
--- 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 = <0x
1
0x1 0 0>;
+ interrupts = <0x
b
0x1 0 0>;
};
};