Skip to content

Commit 7e85676

Browse files
Konrad Dybciowilldeacon
authored andcommitted
iommu/arm-smmu-qcom: Add SM6350 DPU compatible
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>
1 parent 6ebaa77 commit 7e85676

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
@@ -253,6 +253,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
253253
{ .compatible = "qcom,sc8280xp-mdss" },
254254
{ .compatible = "qcom,sdm845-mdss" },
255255
{ .compatible = "qcom,sdm845-mss-pil" },
256+
{ .compatible = "qcom,sm6350-mdss" },
256257
{ .compatible = "qcom,sm6375-mdss" },
257258
{ .compatible = "qcom,sm8150-mdss" },
258259
{ .compatible = "qcom,sm8250-mdss" },

0 commit comments

Comments
 (0)