[PATCH 2/2] i3c: dw: Add VersalNet compatible string

From: Shubhrajyoti Datta

Date: Tue Apr 21 2026 - 06:32:41 EST


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", },
{},
};
MODULE_DEVICE_TABLE(of, dw_i3c_master_of_match);
--
2.34.1