iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation
authorVinod Koul <vkoul@kernel.org>
Fri, 15 Jan 2021 09:03:22 +0000 (14:33 +0530)
committerWill Deacon <will@kernel.org>
Fri, 22 Jan 2021 13:17:08 +0000 (13:17 +0000)
Add SM8350 qcom iommu implementation to the table of
qcom_smmu_impl_of_match table which brings in iommu support for SM8350
SoC

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20210115090322.2287538-2-vkoul@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

index 82c7edc..3b6fdbb 100644 (file)
@@ -333,6 +333,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
        { .compatible = "qcom,sdm845-smmu-500" },
        { .compatible = "qcom,sm8150-smmu-500" },
        { .compatible = "qcom,sm8250-smmu-500" },
+       { .compatible = "qcom,sm8350-smmu-500" },
        { }
 };