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

Commit 9ce1e89f authored by Channagoud Kadabi's avatar Channagoud Kadabi
Browse files

ARM: dts: msm: Update the timer clock frequency for msmskunk RUMI



Timer runs at 1 MHz on the RUMI and not 19.2 MHz. Update the RUMI dts
files to use supported timer frequency.

CRs-Fixed: 1056457
Change-Id: I59a31a76a8db4a70fbd931e2e308fad7a759137e
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 75c3207b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -22,3 +22,13 @@
	compatible = "qcom,msmskunk-rumi", "qcom,msmskunk", "qcom,rumi";
	qcom,board-id = <15 0>;
};

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

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