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

Commit 424ed345 authored by Charan Teja Reddy's avatar Charan Teja Reddy Committed by Gerrit - the friendly Code Review server
Browse files

iommu/arm-smmu: ignore target specific intialization



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

Change-Id: I172ddaf196cf216bb72f00e26183f725023b5244
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent eca8c2e9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5321,6 +5321,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_parse_errata1(smmu);
	if (ret)
		return ret;