Skip to content

Commit b812834

Browse files
Konrad Dybciowilldeacon
authored andcommitted
iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirks
SDM630 and MSM8998 are among the SoCs that use Qualcomm's implementation of SMMUv2 which has already proven to be problematic over the years. Add their compatibles to the lookup list to prevent the platforms from being shut down by the hypervisor at MMU probe. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> Link: https://lore.kernel.org/r/20210109165622.149777-1-konrad.dybcio@somainline.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent 2d6ffc6 commit b812834

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ static struct arm_smmu_device *qcom_smmu_create(struct arm_smmu_device *smmu,
325325
}
326326

327327
static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
328+
{ .compatible = "qcom,msm8998-smmu-v2" },
328329
{ .compatible = "qcom,sc7180-smmu-500" },
330+
{ .compatible = "qcom,sdm630-smmu-v2" },
329331
{ .compatible = "qcom,sdm845-smmu-500" },
330332
{ .compatible = "qcom,sm8150-smmu-500" },
331333
{ .compatible = "qcom,sm8250-smmu-500" },

0 commit comments

Comments
 (0)