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

Commit 61811e07 authored by Deepak Katragadda's avatar Deepak Katragadda Committed by David Keitel
Browse files

ARM: dts: msm: Enable the MMSS clock driver on MSMCOBALT



Enable support to model the multimedia clocks instead of
using dummy clocks. We are still using dummy clocks on
RUMI until the FSM dependencies can be met.

Change-Id: I1827188e554fab50db531091dde7ff99a366d823
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent aa0e21f9
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -53,6 +53,21 @@
	status = "ok";
};

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

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

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

&soc {
	qcom,icnss@18800000 {
	compatible = "qcom,icnss";