diff mbox series

[v2,4/7] iommu: qcom-smmu: add sc7280-smmu-500 compatible

Message ID 20240821-b4-rb3gen2-v2-4-49b07633f3a8@linaro.org
State New
Headers show
Series Qualcomm: add support for SC7280 and the RB3 Gen 2 | expand

Commit Message

Caleb Connolly Aug. 21, 2024, 1:41 p.m. UTC
This soc doesn't have the generic compatible.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
---
 drivers/iommu/qcom-hyp-smmu.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Aug. 21, 2024, 1:59 p.m. UTC | #1
On Wed, 21 Aug 2024 at 07:42, Caleb Connolly <caleb.connolly@linaro.org> wrote:
>
> This soc doesn't have the generic compatible.
>
> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
>  drivers/iommu/qcom-hyp-smmu.c | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>


> diff --git a/drivers/iommu/qcom-hyp-smmu.c b/drivers/iommu/qcom-hyp-smmu.c
> index 7b646d840dd4..1b5a09bb7b39 100644
> --- a/drivers/iommu/qcom-hyp-smmu.c
> +++ b/drivers/iommu/qcom-hyp-smmu.c
> @@ -380,8 +380,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,smmu-500", },
>         { /* sentinel */ }
>  };
>
>
> --
> 2.46.0
>
diff mbox series

Patch

diff --git a/drivers/iommu/qcom-hyp-smmu.c b/drivers/iommu/qcom-hyp-smmu.c
index 7b646d840dd4..1b5a09bb7b39 100644
--- a/drivers/iommu/qcom-hyp-smmu.c
+++ b/drivers/iommu/qcom-hyp-smmu.c
@@ -380,8 +380,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,smmu-500", },
 	{ /* sentinel */ }
 };