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

Commit 6f950020 authored by Kyle Yan's avatar Kyle Yan Committed by Runmin Wang
Browse files

ARM: dts: msm: Disable msm-watchdog in SDM855 RUMI



Current msm-watchdog driver implementation relies on clocking scheme
that SDM855 RUMI does not following which leads to an infinite loop
when petting the watchdog.

Change-Id: Ic83265f6ed34a87e0655548aa64c659125298465
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent ad16cf89
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -72,6 +72,11 @@
		asoc-codec-names = "msm-stub-codec.1";
		qcom,wsa-max-devs = <0>;
	};

	wdog: qcom,wdt@17c10000{
		status = "disabled";
	};

};

#include "sdm855-pmic-overlay.dtsi"