iommu: arm-smmu-qcom: Add compatible for QCM2290
authorLoic Poulain <loic.poulain@linaro.org>
Fri, 1 Oct 2021 14:00:31 +0000 (16:00 +0200)
committerWill Deacon <will@kernel.org>
Mon, 4 Oct 2021 11:58:45 +0000 (12:58 +0100)
Add compatible for QCM2290 SMMU to use the Qualcomm Technologies, Inc.
specific implementation.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Link: https://lore.kernel.org/r/1633096832-7762-1-git-send-email-loic.poulain@linaro.org
[will: Sort by alphabetical order, add commit message]
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

index e9827842856da32b49536524e5fc55057ae84fe2..503f687b508dc67978cff063bdecc2aa444d35a5 100644 (file)
@@ -403,6 +403,7 @@ static struct arm_smmu_device *qcom_smmu_create(struct arm_smmu_device *smmu,
 
 static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
        { .compatible = "qcom,msm8998-smmu-v2" },
+       { .compatible = "qcom,qcm2290-smmu-500" },
        { .compatible = "qcom,sc7180-smmu-500" },
        { .compatible = "qcom,sc7280-smmu-500" },
        { .compatible = "qcom,sc8180x-smmu-500" },