diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-11-29 15:44:02 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-12-12 12:32:14 +0000 |
commit | 28af105cb65043f20a16c5e2519d66390b1f9bb9 (patch) | |
tree | 885ed147cdf07597122debf83776c4316ffe1339 /drivers/iommu | |
parent | afc95681c3068956fed1241a1ff1612c066c75ac (diff) | |
download | lwn-28af105cb65043f20a16c5e2519d66390b1f9bb9.tar.gz lwn-28af105cb65043f20a16c5e2519d66390b1f9bb9.zip |
iommu/arm-smmu-qcom: Add QCM2290 MDSS compatible
Add the QCM2290 MDSS compatible to clients compatible list, as it also
needs the workarounds.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231125-topic-rb1_feat-v3-5-4cbb567743bb@linaro.org
Signed-off-by: Will Deacon <will@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 d326fa230b96..8b04ece00420 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -246,6 +246,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = { { .compatible = "qcom,adreno-gmu" }, { .compatible = "qcom,mdp4" }, { .compatible = "qcom,mdss" }, + { .compatible = "qcom,qcm2290-mdss" }, { .compatible = "qcom,sc7180-mdss" }, { .compatible = "qcom,sc7180-mss-pil" }, { .compatible = "qcom,sc7280-mdss" }, |