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

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

Merge "ARM: dts: qcom: Fix watchdog entry for sdxlemur"

parents b3df3823 8ceaeb34
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -232,11 +232,12 @@
		dcc-ram-offset = <0x800>;
	};

	watchdog: qcom,wdt@17817000 {
	wdog: qcom,wdt@17817000 {
		compatible = "qcom,msm-watchdog";
		reg = <0x17817000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <1 3 0>, <1 2 0>;
		interrupts = <GIC_PPI 3 IRQ_TYPE_EDGE_RISING>,
			<GIC_PPI 2 IRQ_TYPE_EDGE_RISING>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
		qcom,wakeup-enable;