Commit 92ae9540 authored by Kumar Gala's avatar Kumar Gala

powerpc/85xx: Wire up RTC interrupt on MPC8536DS

Add interrupt info to the MPC8536DS .dts for the RTC
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 22d660ff
......@@ -91,6 +91,8 @@ i2c@3100 {
rtc@68 {
compatible = "dallas,ds3232";
reg = <0x68>;
interrupts = <0 0x1>;
interrupt-parent = <&mpic>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment