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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -91,6 +91,8 @@
			rtc@68 {
				compatible = "dallas,ds3232";
				reg = <0x68>;
				interrupts = <0 0x1>;
				interrupt-parent = <&mpic>;
			};
		};