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

Commit 57b515f7 authored by Ram Prakash Gupta's avatar Ram Prakash Gupta
Browse files

ARM: dts: msm: Take NOM clock frequency as per sw configuration



Corner mentioned for TURBO and NOM clock frequency used by
sdcc2_apps_clock in ipcat is 208MHz, but sw configuration mentions
as 202Mhz.
Using NOM and TURBO clk frequency as per sw configuration.

Change-Id: Ie3b68346f0b680ad8c43d58c5abaa3d5150e50d8
Signed-off-by: default avatarRam Prakash Gupta <rampraka@codeaurora.org>
parent 9bea6046
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2207,11 +2207,11 @@
		qcom,large-address-bus;

		qcom,clk-rates = <400000 20000000 25000000
				50000000 100000000 208000000>;
				50000000 100000000 202000000>;
		qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50",
				      "SDR104";

		qcom,devfreq,freq-table = <50000000 208000000>;
		qcom,devfreq,freq-table = <50000000 202000000>;

		qcom,msm-bus,name = "sdhc2";
		qcom,msm-bus,num-cases = <8>;