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

Commit 730536ce authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

ARM: dts: msm: Add dummy clock support for RUMI on MDMFERMIUM



As RUMI uses dummy clocks,adding the dummy gcc clock
clock_gcc and disable the clock_debug node.

Change-Id: I0f4c348a7552821a143f1106140cfae93cef55a3
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <vabbar@codeaurora.org>
parent 2344e053
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -39,3 +39,12 @@
	/delete-property/ qcom,boost-sysclk-with-streaming;
	/delete-property/ qcom,streaming-func;
};

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

&clock_debug {
	status = "disabled";
};