iommu/arm-smmu-qcom: Add SM6350 DPU compatible
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Thu, 10 Aug 2023 17:45:06 +0000 (19:45 +0200)
committerWill Deacon <will@kernel.org>
Fri, 11 Aug 2023 11:34:57 +0000 (12:34 +0100)
Add the SM6350 DPU compatible to clients compatible list, as it also
needs the workarounds.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230810-topic-lost_smmu_compats-v1-3-64a0d8749404@linaro.org
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

index cc57492..bdeb587 100644 (file)
@@ -253,6 +253,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
        { .compatible = "qcom,sc8280xp-mdss" },
        { .compatible = "qcom,sdm845-mdss" },
        { .compatible = "qcom,sdm845-mss-pil" },
+       { .compatible = "qcom,sm6350-mdss" },
        { .compatible = "qcom,sm6375-mdss" },
        { .compatible = "qcom,sm8150-mdss" },
        { .compatible = "qcom,sm8250-mdss" },