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

Commit 580e0f85 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add pm8xxx rtc device for monaco"

parents a0b57bda 04c4d7b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ The below bindings specify the set of valid subnodes.
		    "qcom,pm8941-rtc"
		    "qcom,pm8018-rtc"
		    "qcom,pmk8350-rtc"
		    "qcom,pm5100-rtc"

- reg:
	Usage: required
+5 −3
Original line number Diff line number Diff line
@@ -48,9 +48,11 @@
			#interrupt-cells = <2>;
		};

		pm5100_rtc: qcom,pm5100_rtc {
			compatible = "qcom,pm8941-rtc";
			interrupts = <0x0 0x65 0x1 IRQ_TYPE_NONE>;
		pm5100_rtc: rtc@6400 {
			compatible = "qcom,pm5100-rtc";
			reg = <0x6400>, <0x6500>;
			reg-names = "rtc", "alarm";
			interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
		};
	};
};