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

Commit 8ceaeb34 authored by Melody Olvera's avatar Melody Olvera
Browse files

ARM: dts: qcom: Fix watchdog entry for sdxlemur

The old watchdog entry did not account for the new watchdog
changes. This changes it to be compatible with the new watchdog
driver.

Change-Id: I18542ea7803e5ac2d32b8c41c876957fb2c9f592
parent 9836427d
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;