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

Commit e48c4440 authored by Channagoud Kadabi's avatar Channagoud Kadabi
Browse files

ARM: dts: msm: Update the timer frequency for SDM845 RUMI



Timer frequency of 1Mhz results into issues where kernel is alwasy busy
in hanling the timer interrupts. Due to this s/w watchdog timeouts
and ANRs are seen when we boot Android. Revert back to 19.2Mhz for timer
frequency.

Change-Id: I4aafc39cae6c48752135544b7e640981be939d45
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 6c0da8be
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -24,14 +24,6 @@
};

&soc {
	timer {
		clock-frequency = <1000000>;
	};

	timer@0x17c90000 {
		clock-frequency = <1000000>;
	};

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