]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
iommu: qcom-smmu: Add qcom,sm6350-smmu-500 compatible
authorLuca Weiss <luca.weiss@fairphone.com>
Wed, 17 Sep 2025 12:47:37 +0000 (14:47 +0200)
committerCasey Connolly <casey.connolly@linaro.org>
Wed, 29 Oct 2025 11:27:33 +0000 (12:27 +0100)
This SoC doesn't have the generic compatible.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
drivers/iommu/qcom-hyp-smmu.c

index 2e51ce4f242e44e670c9ba203db575833015e6bd..161e0b60091c104180b9020c03eeb2e86eba8a58 100644 (file)
@@ -388,8 +388,9 @@ 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,sdm845-smmu-500" },
+       { .compatible = "qcom,sm6350-smmu-500" },
        { .compatible = "qcom,smmu-500", },
        { /* sentinel */ }
 };