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

Commit a542936e authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: msm: Disable watchdog for Lahaina-RUMI

As the emulation platform is very slow, we may encounter watchdog
barks/bites very often. Hence, explicitly disable the device-tree
node for the watchdog driver for this platform.

Change-Id: I11e48439370efdd27c2c6cee6798fe0d22e2bd7d
parent 11877cd8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@
	clock-frequency = <96000>;
};

&wdog {
	status = "disabled";
};

&spmi_debug_bus {
	status = "ok";
};