[PATCH 4/7] iommu: qcom-smmu: add sc7280-smmu-500 compatible
Neil Armstrong
neil.armstrong at linaro.org
Mon Aug 19 13:49:45 CEST 2024
On 09/08/2024 02:48, Caleb Connolly wrote:
> This soc doesn't have the generic compatible.
>
> Signed-off-by: Caleb Connolly <caleb.connolly at linaro.org>
> ---
> drivers/iommu/qcom-hyp-smmu.c | 1 +
> 1 file changed, 1 insertion(+)
>
> 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 */ }
> };
>
>
Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>
More information about the U-Boot
mailing list