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

Commit e92949da authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Update qtimer frequency on SDXPRAIRIE RUMI



Update Qtimer frequency for the latest Rumi emulation (2.5) release for
SDXPRAIRIE target.

Change-Id: I4aab5cbedebc9c38d930444038f9506bbd318c70
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent c3179e5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@

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

	timer@17820000 {
		clock-frequency = <96000>;
		clock-frequency = <48000>;
	};
};