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

Commit ce6fce9b authored by Kyle Yan's avatar Kyle Yan
Browse files

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



Current msm-watchdog driver implementation relies on clocking scheme
that SDM845 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 a7654c6b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -31,6 +31,10 @@
	timer@0x17c90000 {
		clock-frequency = <1000000>;
	};

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

&usb3 {