[PATCH 2/4] iommu: qcom-smmu: Introduce sc7180 compatible string

Casey Connolly casey.connolly at linaro.org
Tue May 20 22:03:51 CEST 2025



On 5/20/25 15:25, George Chan via B4 Relay wrote:
> From: George Chan <gchan9527 at gmail.com>
> 
> Add basic compatible string for sc7180 family soc.
> 
> Signed-off-by: Vitalii Skorkin <nikroks at mainlining.org>
> Co-developed-by: George Chan <gchan9527 at gmail.com>
> Signed-off-by: George Chan <gchan9527 at gmail.com>

Reviewed-by: Casey Connolly <casey.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 c1b95bc8b8c..2a356613a26 100644
> --- a/drivers/iommu/qcom-hyp-smmu.c
> +++ b/drivers/iommu/qcom-hyp-smmu.c
> @@ -388,6 +388,7 @@ static struct iommu_ops qcom_smmu_ops = {
>   
>   static const struct udevice_id qcom_smmu500_ids[] = {
>   	{ .compatible = "qcom,sdm845-smmu-500" },
> +	{ .compatible = "qcom,sc7180-smmu-500" },
>   	{ .compatible = "qcom,sc7280-smmu-500" },
>   	{ .compatible = "qcom,smmu-500", },
>   	{ /* sentinel */ }
> 

-- 
Casey (she/they)



More information about the U-Boot mailing list