Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 512c9626 authored by Mohit Aggarwal's avatar Mohit Aggarwal
Browse files

ARM: dts: msm: Correct interrupt specification for RTC

PM5100 has different base addresses for RTC so need to
correct the interrupt specification.

Change-Id: I90433ceb35311a1417a48dad49ec7557a2fa084e
parent 40252ba9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
			compatible = "qcom,pm5100-rtc";
			reg = <0x6400>, <0x6500>;
			reg-names = "rtc", "alarm";
			interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
			interrupts = <0x0 0x65 0x1 IRQ_TYPE_EDGE_RISING>;
		};
	};
};