From 2bb90ac29fcf04ecc3ff8eb5d419549ba59077b0 Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Wed, 21 Aug 2024 15:41:49 +0200 Subject: [PATCH] iommu: qcom-smmu: add sc7280-smmu-500 compatible This soc doesn't have the generic compatible. Reviewed-by: Neil Armstrong Reviewed-by: Simon Glass Signed-off-by: Caleb Connolly --- drivers/iommu/qcom-hyp-smmu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iommu/qcom-hyp-smmu.c b/drivers/iommu/qcom-hyp-smmu.c index 7b646d840d..1b5a09bb7b 100644 --- a/drivers/iommu/qcom-hyp-smmu.c +++ b/drivers/iommu/qcom-hyp-smmu.c @@ -381,6 +381,7 @@ static struct iommu_ops qcom_smmu_ops = { static const struct udevice_id qcom_smmu500_ids[] = { { .compatible = "qcom,sdm845-smmu-500" }, + { .compatible = "qcom,sc7280-smmu-500" }, { .compatible = "qcom,smmu-500", }, { /* sentinel */ } }; -- 2.39.5