iommu: arm-smmu-impl: Add 8250 display compatible to the client list.
authorEmma Anholt <emma@anholt.net>
Tue, 14 Jun 2022 23:01:35 +0000 (16:01 -0700)
committerWill Deacon <will@kernel.org>
Wed, 6 Jul 2022 11:51:42 +0000 (12:51 +0100)
Required for turning on per-process page tables for the GPU.

Signed-off-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20220614230136.3726047-1-emma@anholt.net
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

index 7820711..2d470d8 100644 (file)
@@ -233,6 +233,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
        { .compatible = "qcom,sc7280-mdss" },
        { .compatible = "qcom,sc7280-mss-pil" },
        { .compatible = "qcom,sc8180x-mdss" },
+       { .compatible = "qcom,sm8250-mdss" },
        { .compatible = "qcom,sdm845-mdss" },
        { .compatible = "qcom,sdm845-mss-pil" },
        { }