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

Commit 9cdeebd0 authored by Hui Li's avatar Hui Li Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Add IOMMU clocks for SA8155



To support SA8155, we need the following clocks:
GCC_GPU_CFG_AHB_CLK, GCC_DDRSS_GPU_AXI_CLK.

Change-Id: Ie2b4ec643136c11c1fa679a12f20b72ced3a6263
Signed-off-by: default avatarHui Li <hul@codeaurora.org>
parent ae23001f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2357,6 +2357,8 @@ static const char * const kgsl_iommu_clocks[] = {
	"gpu_cc_hub_aon",
	"gpu_cc_hub_cx_int",
	"gcc_bimc_gpu_axi",
	"gcc_gpu_ahb",
	"gcc_gpu_axi_clk",
};

static struct kgsl_mmu_ops kgsl_iommu_ops;