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

Commit 6fc0bd1f authored by Ashay Jaiswal's avatar Ashay Jaiswal Committed by Stephen Boyd
Browse files

arm/dt: msm8974: Add devices for PMIC PM8941 RTC



Add device tree information for RTC device found on PM8941
PMIC chip. The device tree entry corresponds to the bindings
already defined for qpnp-rtc.

Change-Id: I80e2a7035664bd5e5ff1c76f779939ee658e853f
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 8b0f760d
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -315,6 +315,23 @@
				status = "disabled";
			};
		};

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

	qcom,pm8941@1 {