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

Commit 2bc97983 authored by Mohit Aggarwal's avatar Mohit Aggarwal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add RTC device for 8994



Add device tree information for RTC device
for 8994.

Change-Id: Ic7a949c56de2df4fe95fde67795655b9d3fc5fb9
Signed-off-by: default avatarMohit Aggarwal <maggarwa@codeaurora.org>
parent acf473c0
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -252,6 +252,23 @@
			qcom,adc-vdd-reference = <1800>;
			qcom,adc_tm-vadc = <&pm8994_vadc>;
		};

		qcom,pm8994_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,pm8994_rtc_rw@6000 {
				reg = <0x6000 0x100>;
			};
			qcom,pm8994_rtc_alarm@6100 {
				reg = <0x6100 0x100>;
				interrupts = <0x0 0x61 0x1>;
			};
		};
	};

	qcom,pm8994@1 {