powerpc/85xx: Wire up RTC interrupt on MPC8536DS
authorKumar Gala <galak@kernel.crashing.org>
Thu, 2 Oct 2008 08:58:08 +0000 (03:58 -0500)
committerKumar 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

index 1505d68..93fdd99 100644 (file)
@@ -91,6 +91,8 @@
                        rtc@68 {
                                compatible = "dallas,ds3232";
                                reg = <0x68>;
+                               interrupts = <0 0x1>;
+                               interrupt-parent = <&mpic>;
                        };
                };