iommu/arm-smmu-qcom: Add SM8150 DPU compatible
authorMarijn Suijten <marijn.suijten@somainline.org>
Mon, 12 Dec 2022 12:10:53 +0000 (13:10 +0100)
committerWill Deacon <will@kernel.org>
Tue, 24 Jan 2023 11:36:57 +0000 (11:36 +0000)
Add the SM8150 DPU compatible to clients compatible list, as it also
needs the workarounds.

Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Dmitry Baryshkov<dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20221212121054.193059-1-konrad.dybcio@linaro.org
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

index 91d404deb1155880c4667e72cca527bcbbeb2008..ed884c85e2626417e6101a5608d99990d20e8da9 100644 (file)
@@ -250,6 +250,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,sm8150-mdss" },
        { .compatible = "qcom,sm8250-mdss" },
        { .compatible = "qcom,sdm845-mdss" },
        { .compatible = "qcom,sdm845-mss-pil" },