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

Commit 4867091e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu/arm-smmu: ignore target specific intialization"

parents 9cba08e1 424ed345
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;