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

Commit 1762ab30 authored by Vicky Wallace's avatar Vicky Wallace
Browse files

ARM: dts: msm: Add graphic clock support for SDM845 v2



Add the clock nodes for GPUCC and GFX clocks on SDM845 v2
device.

CRs-Fixed: 2088018
Change-Id: I14cab27a04a01b6b8b839ee6b1379c240f88779b
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent 442e295c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -38,6 +38,14 @@
	compatible = "qcom,dispcc-sdm845-v2";
};

&clock_gpucc {
	compatible = "qcom,gpucc-sdm845-v2";
};

&clock_gfx {
	compatible = "qcom,gfxcc-sdm845-v2";
};

&clock_videocc {
	compatible = "qcom,video_cc-sdm845-v2";
};