firmware: xilinx: Add Versal NET platform compatible string

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@amd.com>
Link: https://lore.kernel.org/r/20250701123851.1314531-2-jay.buddhabhatti@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
Jay Buddhabhatti
2025-07-01 05:38:49 -07:00
committed by Michal Simek
parent 548fe51740
commit ff1c629cea

View File

@@ -2155,6 +2155,7 @@ static void zynqmp_firmware_sync_state(struct device *dev)
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);