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

Commit 39702c33 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add qpnp rtc device for SM6150"

parents c933a461 40e45ff0
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -261,6 +261,23 @@
			#gpio-cells = <2>;
			qcom,gpios-disallowed = <5 6 9 10>;
		};

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

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

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

	qcom,pm6150@1 {