Skip to content

Commit 70c6136

Browse files
JIaxygawilldeacon
authored andcommitted
iommu/arm-smmu-qcom: Add SM7150 SMMUv2
SM7150 uses a qcom,smmu-v2-style SMMU just for Adreno and friends. Add a compatible for it. Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230913184526.20016-3-danila@jiaxyga.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 270a147 commit 70c6136

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
@@ -533,6 +533,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
533533
{ .compatible = "qcom,sm6350-smmu-500", .data = &qcom_smmu_500_impl0_data },
534534
{ .compatible = "qcom,sm6375-smmu-v2", .data = &qcom_smmu_v2_data },
535535
{ .compatible = "qcom,sm6375-smmu-500", .data = &qcom_smmu_500_impl0_data },
536+
{ .compatible = "qcom,sm7150-smmu-v2", .data = &qcom_smmu_v2_data },
536537
{ .compatible = "qcom,sm8150-smmu-500", .data = &qcom_smmu_500_impl0_data },
537538
{ .compatible = "qcom,sm8250-smmu-500", .data = &qcom_smmu_500_impl0_data },
538539
{ .compatible = "qcom,sm8350-smmu-500", .data = &qcom_smmu_500_impl0_data },

0 commit comments

Comments
 (0)