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

Commit dd1b9153 authored by Naveen Yadav's avatar Naveen Yadav
Browse files

ARM: dts: msm: Support for dummy GCC/RPMH/AOP clocks for sdxprairie RUMI



Add dummy clock device node gcc, rpmh & aop for clients to be able to
request for the clocks from these controllers.

Change-Id: Ia779d8cdeb5d714f377ba3301f3ffcbd09b66f4e
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 12165278
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -40,6 +40,25 @@
				     0x10060 0x3c
				     0x0 0x4>;
	};

	clock_rpmh: qcom,rpmh {
		compatible = "qcom,dummycc";
		clock-output-names = "rpmh_clocks";
		#clock-cells = <1>;
	};

	clock_aop: qcom,aop {
		compatible = "qcom,dummycc";
		clock-output-names = "aop_clocks";
		#clock-cells = <1>;
	};

	clock_gcc: qcom,gcc {
		compatible = "qcom,dummycc";
		clock-output-names = "gcc_clocks";
		#clock-cells = <1>;
		#reset-cells = <1>;
	};
};

&ipa_hw {