diff options
| author | Richard Acayan <mailingradian@gmail.com> | 2023-09-25 19:42:48 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-08-29 17:33:28 +0200 |
| commit | 66ddb97699b2ce52ca92dca746f2d389df76c612 (patch) | |
| tree | ee723f3bdba32852e7d044f3eb62532e511ca998 /drivers/iommu | |
| parent | 9649d26dc9ad254c5fcc20e835b9d741212c9b67 (diff) | |
| download | linux-66ddb97699b2ce52ca92dca746f2d389df76c612.tar.gz linux-66ddb97699b2ce52ca92dca746f2d389df76c612.tar.bz2 linux-66ddb97699b2ce52ca92dca746f2d389df76c612.zip | |
iommu/arm-smmu-qcom: Add SDM670 MDSS compatible
[ Upstream commit 270a1470408e44619a55be1079254bf2ba0567fb ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/iommu')
| -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 40503376d80c..6e6cb19c81f5 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -252,6 +252,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" }, |
