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

Commit 781837a9 authored by Junjie Wu's avatar Junjie Wu
Browse files

ARM: dts: msm: Use dummy provider for CPU clock on rumi 8994



RUMI does not model clock details, and thus it's necessary to use a
dummy provider for CPU clocks. Otherwise, CPUFreq will fail due to
missing CPU clocks.

Change-Id: Ib01ab070b878eef40e5c7cc80086ef08710718c0
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent 9e91c0c5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -44,6 +44,11 @@
	#clock-cells = <1>;
};

&clock_cpu {
	compatible = "qcom,dummycc";
	#clock-cells = <1>;
};

&sdhc_1 {
	vdd-supply = <&pm8994_l20>;
	qcom,vdd-voltage-level = <2950000 2950000>;