Re: [PATCH 2/2] i3c: dw: Add VersalNet compatible string
From: Conor Dooley
Date: Tue Apr 21 2026 - 13:18:09 EST
On Tue, Apr 21, 2026 at 04:00:59PM +0530, Shubhrajyoti Datta wrote:
> Add amd,versalnet-dw-i3c-master to the of_match table with
> snps,dw-i3c-master-1.00a as the generic fallback.
>
> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxx>
> ---
>
> drivers/i3c/master/dw-i3c-master.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/i3c/master/dw-i3c-master.c b/drivers/i3c/master/dw-i3c-master.c
> index d6bdb32397fb..69fef7fdda37 100644
> --- a/drivers/i3c/master/dw-i3c-master.c
> +++ b/drivers/i3c/master/dw-i3c-master.c
> @@ -1845,6 +1845,7 @@ static const struct of_device_id dw_i3c_master_of_match[] = {
> { .compatible = "altr,agilex5-dw-i3c-master",
> .data = &altr_agilex5_drvdata,
> },
> + { .compatible = "amd,versalnet-dw-i3c-master", },
This shouldn't be needed, you use the snps compatible as a fallback and
have no driver data.
> {},
> };
> MODULE_DEVICE_TABLE(of, dw_i3c_master_of_match);
> --
> 2.34.1
>
Attachment:
signature.asc
Description: PGP signature