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

Commit c5b853e8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add RTC device for PMFERRUM"

parents ef9db122 76f69f6f
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -144,6 +144,23 @@
			qcom,adc-vdd-reference = <1800>;
			qcom,adc_tm-vadc = <&pmferrum_vadc>;
		};

		pmferrum_rtc: qcom,pmferrum_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,pmferrum_rtc_rw@6000 {
				reg = <0x6000 0x100>;
			};
			qcom,pmferrum_rtc_alarm@6100 {
				reg = <0x6100 0x100>;
				interrupts = <0x0 0x61 0x1>;
			};
		};
	};

	qcom,pmferrum@1 {