Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jay Buddhabhatti and committed by
Michal Simek
ff1c629c 548fe517

+1
+1
drivers/firmware/xilinx/zynqmp.c
··· 2155 2155 static const struct of_device_id zynqmp_firmware_of_match[] = { 2156 2156 {.compatible = "xlnx,zynqmp-firmware"}, 2157 2157 {.compatible = "xlnx,versal-firmware"}, 2158 + {.compatible = "xlnx,versal-net-firmware"}, 2158 2159 {}, 2159 2160 }; 2160 2161 MODULE_DEVICE_TABLE(of, zynqmp_firmware_of_match);