diff options
author | Richard Acayan <mailingradian@gmail.com> | 2023-09-26 01:42:48 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-10-12 14:46:23 +0200 |
commit | 270a1470408e44619a55be1079254bf2ba0567fb (patch) | |
tree | e5360432da781d1f4b77e9d55416ed37c5cfacb6 /drivers/iommu/arm/arm-smmu | |
parent | iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range (diff) | |
download | linux-270a1470408e44619a55be1079254bf2ba0567fb.tar.xz linux-270a1470408e44619a55be1079254bf2ba0567fb.zip |
iommu/arm-smmu-qcom: Add SDM670 MDSS compatible
Add the compatible for the MDSS client on the Snapdragon 670 so it can
be properly configured by the IOMMU driver.
Otherwise, there is an unhandled context fault.
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230925234246.900351-3-mailingradian@gmail.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/iommu/arm/arm-smmu')
-rw-r--r-- | drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 |
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 7f52ac67495f..8290494bc7ea 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -251,6 +251,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = { { .compatible = "qcom,sc7280-mss-pil" }, { .compatible = "qcom,sc8180x-mdss" }, { .compatible = "qcom,sc8280xp-mdss" }, + { .compatible = "qcom,sdm670-mdss" }, { .compatible = "qcom,sdm845-mdss" }, { .compatible = "qcom,sdm845-mss-pil" }, { .compatible = "qcom,sm6350-mdss" }, |