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

Commit db4f2e6e authored by Satyajit Desai's avatar Satyajit Desai
Browse files

ARM: dts: msm: fix interrupt mapping for wdog on SDM845



Correct the watchdog bark and bite interrupt mapping in the
device tree.

Change-Id: I2e094ba6d0ecd5f215cfe5a87aaa751b201079cb
Signed-off-by: default avatarSatyajit Desai <sadesai@codeaurora.org>
parent 66204ed7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1377,7 +1377,7 @@
		compatible = "qcom,msm-watchdog";
		reg = <0x17980000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <0 3 0>, <0 4 0>;
		interrupts = <0 0 0>, <0 1 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
		qcom,ipi-ping;