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

Commit 5f681956 authored by Amit Nischal's avatar Amit Nischal
Browse files

ARM: dts: msm: Add support for clocks for SDM632



Compatible property needs to be updated for GCC, debug mux
and GPU device tree clock controller nodes, so update the
same for SDM632.

Change-Id: I7715f472cc016ff5b707294bb1723f6237361207
Signed-off-by: default avatarAmit Nischal <anischal@codeaurora.org>
parent 32fef629
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -20,3 +20,14 @@
	qcom,msm-id = <349 0x0>;
};

&clock_gcc {
	compatible = "qcom,gcc-sdm632";
};

&clock_debug {
	compatible = "qcom,cc-debug-sdm632";
};

&clock_gcc_gfx {
	compatible = "qcom,gcc-gfx-sdm632";
};