From: Dmitry Baryshkov Date: Fri, 18 Apr 2025 07:50:04 +0000 (+0300) Subject: iommu/arm-smmu-qcom: Add SAR2130P MDSS compatible X-Git-Tag: v6.16-rc1~110^2^5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3f3c493e963502c965cb4978dfccd7c90960c0d;p=thirdparty%2Fkernel%2Flinux.git iommu/arm-smmu-qcom: Add SAR2130P MDSS compatible Add the SAR2130P compatible to clients compatible list, the device require identity domain. Signed-off-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20250418-sar2130p-display-v5-9-442c905cb3a4@oss.qualcomm.com Signed-off-by: Will Deacon --- diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c index 59d02687280e8..ecc4a1bc9477b 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -356,6 +356,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = { { .compatible = "qcom,mdp4" }, { .compatible = "qcom,mdss" }, { .compatible = "qcom,qcm2290-mdss" }, + { .compatible = "qcom,sar2130p-mdss" }, { .compatible = "qcom,sc7180-mdss" }, { .compatible = "qcom,sc7180-mss-pil" }, { .compatible = "qcom,sc7280-mdss" },