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

Commit 04c4d7b1 authored by Mohit Aggarwal's avatar Mohit Aggarwal
Browse files

ARM: dts: msm: Add pm8xxx rtc device for monaco

The patch adds pm8xxx rtc device to support rtc
driver for monaco. The rtc driver supports using the
PMIC RTC peripheral to wake a device up from suspend
or to wake it up from power-off.

Change-Id: I7fb79d68e0c61c66114569c03c73d46c847bab34
parent 719f4246
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -48,9 +48,11 @@
			#interrupt-cells = <2>;
		};

		pm5100_rtc: qcom,pm5100_rtc {
			compatible = "qcom,pm8941-rtc";
			interrupts = <0x0 0x65 0x1 IRQ_TYPE_NONE>;
		pm5100_rtc: rtc@6400 {
			compatible = "qcom,pm5100-rtc";
			reg = <0x6400>, <0x6500>;
			reg-names = "rtc", "alarm";
			interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
		};
	};
};