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

Commit 67c4cc56 authored by Mohit Aggarwal's avatar Mohit Aggarwal
Browse files

ARM: dts: msm: Add RTC device for msmtellurium



Add device tree information for RTC device in
pmic file for msmtellurium.

Change-Id: Ia7578f328fae3ade5eab6912faab886a28c4e7a0
Signed-off-by: default avatarMohit Aggarwal <maggarwa@codeaurora.org>
parent 131ec07e
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -188,5 +188,23 @@
				qcom,btm-channel-number = <0x48>;
			};
		};

		pmtellurium_rtc: qcom,pmtellurium_rtc {
			spmi-dev-container;
			compatible = "qcom,qpnp-rtc";
			#address-cells = <1>;
			#size-cells = <1>;
			qcom,qpnp-rtc-write = <0>;
			qcom,qpnp-rtc-alarm-pwrup = <0>;

			qcom,pmtellurium_rtc_rw@6000 {
				reg = <0x6000 0x100>;
			};

			qcom,pmtellurium_rtc_alarm@6100 {
				reg = <0x6100 0x100>;
				interrupts = <0x0 0x61 0x1>;
			};
		};
	};
};