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

Commit 50fa12e6 authored by Pushkar Joshi's avatar Pushkar Joshi
Browse files

ARM: dts: msm: Add dummy clock support for MSM8992



Add the rpm and mmss dummy clock controller support required by
clock clients on MSM8992.

Change-Id: I96d80e5d6ccec80f26104dad21eb75211a208f9d
Signed-off-by: default avatarPushkar Joshi <pushkarj@codeaurora.org>
parent 3536f4b9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -233,4 +233,14 @@
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};

	clock_rpm: qcom,rpmcc@fc401880 {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};

	clock_mmss: qcom,mmsscc@fd8c0000 {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};
};