From: Abel Vesa Date: Tue, 28 Oct 2025 12:38:19 +0000 (+0200) Subject: iommu/arm-smmu-qcom: Add Glymur MDSS compatible X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=617937d4d55337475a1d4fc7e3cee1cb3d2f0052;p=thirdparty%2Fkernel%2Flinux.git iommu/arm-smmu-qcom: Add Glymur MDSS compatible Add the Glymur DPU compatible to clients compatible list, as it needs the workarounds. Signed-off-by: Abel Vesa Reviewed-by: Bjorn Andersson Signed-off-by: Will Deacon --- diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c index 57c097e876130..c21a401c71ebe 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -367,6 +367,7 @@ static int qcom_adreno_smmu_init_context(struct arm_smmu_domain *smmu_domain, static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = { { .compatible = "qcom,adreno" }, { .compatible = "qcom,adreno-gmu" }, + { .compatible = "qcom,glymur-mdss" }, { .compatible = "qcom,mdp4" }, { .compatible = "qcom,mdss" }, { .compatible = "qcom,qcm2290-mdss" },