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

Commit 3c09b6e8 authored by Harshdeep Dhatt's avatar Harshdeep Dhatt
Browse files

ARM: dts: msm: Update the gpu smmu clocks for kona



These should match with the ones defined in the gpu smmu
node in the smmu device tree file for kona.

Change-Id: I75e3d192e4a6c636f530bc1ee46f624a921f5465
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent beee3348
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -224,11 +224,12 @@
		/* CB5(ATOS) & CB5/6/7 are protected by HYP */
		qcom,protect = <0xa0000 0xc000>;

		clocks =<&clock_gcc GCC_GPU_CFG_AHB_CLK>,
			<&clock_gcc GCC_DDRSS_GPU_AXI_CLK>,
			<&clock_gcc GCC_GPU_MEMNOC_GFX_CLK>;

		clock-names = "iface_clk", "mem_clk", "mem_iface_clk";
		clocks = <&clock_gcc GCC_GPU_MEMNOC_GFX_CLK>,
			<&clock_gcc GCC_GPU_SNOC_DVM_GFX_CLK>,
			<&clock_gpucc GPU_CC_AHB_CLK>;
		clock-names = "gcc_gpu_memnoc_gfx",
			"gcc_gpu_snoc_dvm_gfx",
			"gpu_cc_ahb";

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