summaryrefslogtreecommitdiff
path: root/drivers/iommu
diff options
context:
space:
mode:
authorCaleb Connolly <caleb.connolly@linaro.org>2024-04-18 18:25:46 +0100
committerCaleb Connolly <caleb.connolly@linaro.org>2024-04-23 13:29:28 +0200
commit2bd5bcaf7d23fc6ad9b2caf351fdb0b1bf712999 (patch)
treed461dd99e50a825777779412e880efdcc1523c58 /drivers/iommu
parent8bf1eb9a2e1e68ee18db084f24e8961e655926c4 (diff)
downloadu-boot-2bd5bcaf7d23fc6ad9b2caf351fdb0b1bf712999.tar.gz
u-boot-2bd5bcaf7d23fc6ad9b2caf351fdb0b1bf712999.tar.bz2
u-boot-2bd5bcaf7d23fc6ad9b2caf351fdb0b1bf712999.zip
iommu: qcom-smmu: add qcom generic compatible
With the exception of SDM845, most other Qualcomm SoCs have the Qualcomm specific (but not SoC) specific SMMU compatible string. Add it here so we can match those without having to add individual SoCs to the list here. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/qcom-hyp-smmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/qcom-hyp-smmu.c b/drivers/iommu/qcom-hyp-smmu.c
index f2b39de56f..7b646d840d 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,smmu-500", },
{ /* sentinel */ }
};