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

Commit 681d7197 authored by Vishwanath Raju K's avatar Vishwanath Raju K
Browse files

iommu/arm-smmu: ignore target specific initialization



Ignore the target specific initialization that is not required for the
slave side secure targets.

Change-Id: I172ddaf196cf216bb72f00e26183f725023b5244
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
Signed-off-by: default avatarVishwanath Raju K <vishk@codeaurora.org>
parent 4719c01d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5432,6 +5432,9 @@ static int qsmmuv500_arch_init(struct arm_smmu_device *smmu)
	data->version = readl_relaxed(data->tcu_base + TCU_HW_VERSION_HLOS1);
	smmu->archdata = data;

	if (arm_smmu_is_static_cb(smmu))
		return 0;

	ret = qsmmuv500_read_actlr_tbl(smmu);
	if (ret)
		return ret;