Skip to content

Commit cd76990

Browse files
vinodkoulwilldeacon
authored andcommitted
iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation
Add SM8450 qcom iommu implementation to the table of qcom_smmu_impl_of_match table which brings in iommu support for SM8450 SoC Signed-off-by: Vinod Koul <[email protected]> Tested-by: Dmitry Baryshkov <[email protected]> Acked-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 810d8ca commit cd76990

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
@@ -415,6 +415,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
415415
{ .compatible = "qcom,sm8150-smmu-500" },
416416
{ .compatible = "qcom,sm8250-smmu-500" },
417417
{ .compatible = "qcom,sm8350-smmu-500" },
418+
{ .compatible = "qcom,sm8450-smmu-500" },
418419
{ }
419420
};
420421

0 commit comments

Comments
 (0)