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

Commit d352284d authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar
Browse files

ARM: dts: msm: Update the timer frequency for kona



Update the per-cpu and mem timer frequency according to RUMI release
notes.

Change-Id: I988e1be003195ebd5d3fb5375489e20e78bd63ae
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 40f58568
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2,3 +2,13 @@
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 */

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

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