From: Jay Buddhabhatti Date: Tue, 1 Jul 2025 12:38:49 +0000 (-0700) Subject: firmware: xilinx: Add Versal NET platform compatible string X-Git-Tag: v6.19-rc1~98^2~16^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1c629cea271f7cdfbbb57aba8456e4396faade;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20250701123851.1314531-2-jay.buddhabhatti@amd.com Signed-off-by: Michal Simek --- diff --git a/drivers/firmware/xilinx/zynqmp.c b/drivers/firmware/xilinx/zynqmp.c index a17c806cd1178..53b8c88b4178b 100644 --- a/drivers/firmware/xilinx/zynqmp.c +++ b/drivers/firmware/xilinx/zynqmp.c @@ -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);