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

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

Merge "ARM: dts: msm: Correct interrupt specification for RTC"

parents 3fb6e857 512c9626
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
			compatible = "qcom,pm5100-rtc";
			reg = <0x6400>, <0x6500>;
			reg-names = "rtc", "alarm";
			interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
			interrupts = <0x0 0x65 0x1 IRQ_TYPE_EDGE_RISING>;
		};
	};
};