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

Commit 3efd78f4 authored by Jaydeep Sen's avatar Jaydeep Sen
Browse files

ARM: dts: msm: Keep dummy clock driver for msmthorium RUMI



Move clock_gcc and clock_debug to dummy driver for msmthorium
RUMI testing.

Change-Id: Ia7c618858ba506b1f18cca31cd78efad7ff25cfb
Signed-off-by: default avatarJaydeep Sen <jsen@codeaurora.org>
parent f81d0b1f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -35,3 +35,11 @@
	qcom,hsusb-otg-otg-control = <1>;
	qcom,emulation;
};

&clock_gcc {
	compatible = "qcom,dummycc";
};

&clock_debug {
	compatible = "qcom,dummycc";
};