projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5bf777
)
iommu/arm-smmu-qcom: Add X1E80100 MDSS compatible
author
Abel Vesa
<abel.vesa@linaro.org>
Wed, 31 Jan 2024 12:35:16 +0000
(14:35 +0200)
committer
Will Deacon
<will@kernel.org>
Thu, 22 Feb 2024 15:45:49 +0000
(15:45 +0000)
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>
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
index 8b04ece00420dd4ed61a63053802f4ffe8248099..5c7cfc51b57c0530a9fd7e84096dfc4e402e83ee 100644
(file)
--- 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" },
{ }
};