summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@linaro.org>2024-01-31 14:35:16 +0200
committerWill Deacon <will@kernel.org>2024-02-22 15:45:49 +0000
commit12721e66005798b2a07bd8309060c230e52ba2b0 (patch)
tree8da3a14f5d57f2eea5e13437b5e99bee080c97d4
parentb5bf7778b722105d7a04b1d51e884497b542638b (diff)
downloadlinux-stable-12721e66005798b2a07bd8309060c230e52ba2b0.tar.gz
linux-stable-12721e66005798b2a07bd8309060c230e52ba2b0.tar.bz2
linux-stable-12721e66005798b2a07bd8309060c230e52ba2b0.zip
iommu/arm-smmu-qcom: Add X1E80100 MDSS compatible
Add the X1E80100 MDSS compatible to clients compatible list, as it also needs the workarounds. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Link: https://lore.kernel.org/r/20240131-x1e80100-iommu-arm-smmu-qcom-v1-1-c1240419c718@linaro.org Signed-off-by: Will Deacon <will@kernel.org>
-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 8b04ece00420..5c7cfc51b57c 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -260,6 +260,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
{ .compatible = "qcom,sm6375-mdss" },
{ .compatible = "qcom,sm8150-mdss" },
{ .compatible = "qcom,sm8250-mdss" },
+ { .compatible = "qcom,x1e80100-mdss" },
{ }
};