firmware: zynqmp: Add Versal NET compatible string
Add compatible string for Versal NET. Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/ec73f786e1c89094752ff3693f6f0fb4536c85c5.1663589964.git.michal.simek@amd.com
This commit is contained in:
parent
ff33227819
commit
2a00cef820
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ int __maybe_unused xilinx_pm_request(u32 api_id, u32 arg0, u32 arg1, u32 arg2,
|
||||||
static const struct udevice_id zynqmp_firmware_ids[] = {
|
static const struct udevice_id zynqmp_firmware_ids[] = {
|
||||||
{ .compatible = "xlnx,zynqmp-firmware" },
|
{ .compatible = "xlnx,zynqmp-firmware" },
|
||||||
{ .compatible = "xlnx,versal-firmware"},
|
{ .compatible = "xlnx,versal-firmware"},
|
||||||
|
{ .compatible = "xlnx,versal-net-firmware"},
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue