]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
iommu: qcom-smmu: add sc7280-smmu-500 compatible
authorCaleb Connolly <caleb.connolly@linaro.org>
Wed, 21 Aug 2024 13:41:49 +0000 (15:41 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 6 Sep 2024 08:47:47 +0000 (10:47 +0200)
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>
drivers/iommu/qcom-hyp-smmu.c

index 7b646d840dd4ea5e09bbf71f06a605e5f6418d03..1b5a09bb7b39decd28d4221087ac0c3247ea3fc0 100644 (file)
@@ -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 */ }
 };