projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d660f
)
powerpc/85xx: Wire up RTC interrupt on MPC8536DS
author
Kumar Gala
<galak@kernel.crashing.org>
Thu, 2 Oct 2008 08:58:08 +0000
(
03:58
-0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Mon, 13 Oct 2008 16:09:57 +0000
(11:09 -0500)
Add interrupt info to the MPC8536DS .dts for the RTC
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc8536ds.dts
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/mpc8536ds.dts
b/arch/powerpc/boot/dts/mpc8536ds.dts
index
1505d68
..
93fdd99
100644
(file)
--- a/
arch/powerpc/boot/dts/mpc8536ds.dts
+++ b/
arch/powerpc/boot/dts/mpc8536ds.dts
@@
-91,6
+91,8
@@
rtc@68 {
compatible = "dallas,ds3232";
reg = <0x68>;
+ interrupts = <0 0x1>;
+ interrupt-parent = <&mpic>;
};
};