Skip to content

Commit 3811a72

Browse files
konradybciowilldeacon
authored andcommitted
iommu/arm-smmu-qcom: Add SM6350 SMMUv2
SM6350 uses a qcom,smmu-v2-style SMMU just for Adreno and friends. Add a compatible for it. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 5a47cb4 commit 3811a72

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
@@ -509,6 +509,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
509509
{ .compatible = "qcom,sdm845-smmu-500", .data = &sdm845_smmu_500_data },
510510
{ .compatible = "qcom,sm6115-smmu-500", .data = &qcom_smmu_500_impl0_data},
511511
{ .compatible = "qcom,sm6125-smmu-500", .data = &qcom_smmu_500_impl0_data },
512+
{ .compatible = "qcom,sm6350-smmu-v2", .data = &qcom_smmu_v2_data },
512513
{ .compatible = "qcom,sm6350-smmu-500", .data = &qcom_smmu_500_impl0_data },
513514
{ .compatible = "qcom,sm6375-smmu-500", .data = &qcom_smmu_500_impl0_data },
514515
{ .compatible = "qcom,sm8150-smmu-500", .data = &qcom_smmu_500_impl0_data },

0 commit comments

Comments
 (0)