Skip to content

Commit 617937d

Browse files
abelvesawilldeacon
authored andcommitted
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 <abel.vesa@linaro.org> Reviewed-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Will Deacon <will@kernel.org>
1 parent dcb6fa3 commit 617937d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ static int qcom_adreno_smmu_init_context(struct arm_smmu_domain *smmu_domain,
367367
static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
368368
{ .compatible = "qcom,adreno" },
369369
{ .compatible = "qcom,adreno-gmu" },
370+
{ .compatible = "qcom,glymur-mdss" },
370371
{ .compatible = "qcom,mdp4" },
371372
{ .compatible = "qcom,mdss" },
372373
{ .compatible = "qcom,qcm2290-mdss" },

0 commit comments

Comments
 (0)