Skip to content

Commit

Permalink
powerpc/85xx: Wire up RTC interrupt on MPC8536DS
Browse files Browse the repository at this point in the history
Add interrupt info to the MPC8536DS .dts for the RTC

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed Oct 13, 2008
1 parent 22d660f commit 92ae954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/mpc8536ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
rtc@68 {
compatible = "dallas,ds3232";
reg = <0x68>;
interrupts = <0 0x1>;
interrupt-parent = <&mpic>;
};
};

Expand Down

0 comments on commit 92ae954

Please sign in to comment.