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

Commit 1d004cde authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents c024e037 681d7197
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;