summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
diff options
context:
space:
mode:
authorAdam Skladowski <a39.skl@gmail.com>2022-10-30 11:42:55 +0200
committerWill Deacon <will@kernel.org>2022-11-14 13:42:32 +0000
commit2fd6e1ad7e199c1ef54341a54fa4e11edc31b63c (patch)
treeb59b3364ab5ee29b6ae38904acd887900b26a89d /drivers/iommu
parent728b22a57232a1738d87b2148908a81615240a37 (diff)
downloadlinux-stable-2fd6e1ad7e199c1ef54341a54fa4e11edc31b63c.tar.gz
linux-stable-2fd6e1ad7e199c1ef54341a54fa4e11edc31b63c.tar.bz2
linux-stable-2fd6e1ad7e199c1ef54341a54fa4e11edc31b63c.zip
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 <a39.skl@gmail.com> Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> Link: https://lore.kernel.org/r/20221030094258.486428-6-iskren.chernev@gmail.com Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
index 0580a381a04b..0f4eaf217983 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -433,6 +433,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
{ .compatible = "qcom,sc8280xp-smmu-500" },
{ .compatible = "qcom,sdm630-smmu-v2" },
{ .compatible = "qcom,sdm845-smmu-500" },
+ { .compatible = "qcom,sm6115-smmu-500" },
{ .compatible = "qcom,sm6125-smmu-500" },
{ .compatible = "qcom,sm6350-smmu-500" },
{ .compatible = "qcom,sm6375-smmu-500" },