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

Commit 5e8ee4e8 authored by Sharat Masetty's avatar Sharat Masetty
Browse files

ARM: dts: msm: Update gpu smmu clocks for lito

These clocks should match with the ones defined in the gpu
SMMU node in the SMMU device tree file for lito.

Change-Id: Ie012a9b08ef7db59a8eb78ae7ca36838122274fe
parent 969e5cb9
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -228,11 +228,13 @@
		/* CB5(ATOS) & CB5/6/7 are protected by HYP */
		qcom,protect = <0xa0000 0xc000>;

		clocks =<&gcc GCC_GPU_CFG_AHB_CLK>,
			<&gcc GCC_DDRSS_GPU_AXI_CLK>,
			<&gcc GCC_GPU_MEMNOC_GFX_CLK>;
		clocks =<&gcc GCC_GPU_MEMNOC_GFX_CLK>,
			<&gcc GCC_GPU_SNOC_DVM_GFX_CLK>,
			<&gpucc GPU_CC_AHB_CLK>;

		clock-names = "iface_clk", "mem_clk", "mem_iface_clk";
		clock-names = "igcc_gpu_memnoc_gfx",
			"gcc_gpu_snoc_dvm_gfx",
			"gpu_cc_ahb";

		qcom,secure_align_mask = <0xfff>;
		qcom,retention;