Skip to content

Commit 2fd6e1a

Browse files
Kiciukwilldeacon
authored andcommitted
iommu/arm-smmu-qcom: Add SM6115 support
Add the Qualcomm SM6115 platform to the list of compatible, this target uses MMU500 for both APSS and GPU. Signed-off-by: Adam Skladowski <[email protected]> Signed-off-by: Iskren Chernev <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 728b22a commit 2fd6e1a

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
@@ -433,6 +433,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
433433
{ .compatible = "qcom,sc8280xp-smmu-500" },
434434
{ .compatible = "qcom,sdm630-smmu-v2" },
435435
{ .compatible = "qcom,sdm845-smmu-500" },
436+
{ .compatible = "qcom,sm6115-smmu-500" },
436437
{ .compatible = "qcom,sm6125-smmu-500" },
437438
{ .compatible = "qcom,sm6350-smmu-500" },
438439
{ .compatible = "qcom,sm6375-smmu-500" },

0 commit comments

Comments
 (0)