[PATCH 1/3] firmware: xilinx: Add Versal NET platform compatible string
From: Jay Buddhabhatti
Date: Tue Jul 01 2025 - 08:41:15 EST
Introduce a compatible string for the Versal NET platform which enables
platform identification based on the compatible property for platform
specific configurations.
Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@xxxxxxx>
---
drivers/firmware/xilinx/zynqmp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/firmware/xilinx/zynqmp.c b/drivers/firmware/xilinx/zynqmp.c
index 7356e860e65c..89e0eef219ff 100644
--- a/drivers/firmware/xilinx/zynqmp.c
+++ b/drivers/firmware/xilinx/zynqmp.c
@@ -2103,6 +2103,7 @@ static void zynqmp_firmware_remove(struct platform_device *pdev)
static const struct of_device_id zynqmp_firmware_of_match[] = {
{.compatible = "xlnx,zynqmp-firmware"},
{.compatible = "xlnx,versal-firmware"},
+ {.compatible = "xlnx,versal-net-firmware"},
{},
};
MODULE_DEVICE_TABLE(of, zynqmp_firmware_of_match);
--
2.34.1