Skip to content

Commit d8498b1

Browse files
vinodkoulwilldeacon
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 70b5b6a commit d8498b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
333333
{ .compatible = "qcom,sdm845-smmu-500" },
334334
{ .compatible = "qcom,sm8150-smmu-500" },
335335
{ .compatible = "qcom,sm8250-smmu-500" },
336+
{ .compatible = "qcom,sm8350-smmu-500" },
336337
{ }
337338
};
338339

0 commit comments

Comments
 (0)