diff options
author | Vinod Koul <vkoul@kernel.org> | 2021-01-15 10:03:22 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-01-22 14:17:08 +0100 |
commit | d8498b1e4ecc75d023c59acb30e15e3d8d8f07ea (patch) | |
tree | 0cef8010dc92bfc1286347b6a842d02e914360e8 /drivers/iommu | |
parent | dt-bindings: arm-smmu: Add sm8350 compatible string (diff) | |
download | linux-d8498b1e4ecc75d023c59acb30e15e3d8d8f07ea.tar.xz linux-d8498b1e4ecc75d023c59acb30e15e3d8d8f07ea.zip |
iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation
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>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c index 82c7edc6e025..3b6fdbb6c916 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -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" }, { } }; |