diff options
author | Caleb Connolly <caleb.connolly@linaro.org> | 2024-08-21 15:41:49 +0200 |
---|---|---|
committer | Caleb Connolly <caleb.connolly@linaro.org> | 2024-09-06 10:47:47 +0200 |
commit | 2bb90ac29fcf04ecc3ff8eb5d419549ba59077b0 (patch) | |
tree | 15ffc456caa6d1a434535523d20aa31396e57381 | |
parent | 39e0e9fd191d0f964f91c0e66f236a6825c3642c (diff) |
iommu: qcom-smmu: add sc7280-smmu-500 compatible
This soc doesn't have the generic compatible.
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
-rw-r--r-- | drivers/iommu/qcom-hyp-smmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/qcom-hyp-smmu.c b/drivers/iommu/qcom-hyp-smmu.c index 7b646d840dd..1b5a09bb7b3 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 */ } }; |