mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 16:56:58 +02:00
net: zynq_gem: Add new versal compatible string
This patch adds new versal compatible string to GEM driver for Versal platform. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
74969a074c
commit
1ff8bdb8d3
@ -751,6 +751,7 @@ static int zynq_gem_ofdata_to_platdata(struct udevice *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct udevice_id zynq_gem_ids[] = {
|
static const struct udevice_id zynq_gem_ids[] = {
|
||||||
|
{ .compatible = "cdns,versal-gem" },
|
||||||
{ .compatible = "cdns,zynqmp-gem" },
|
{ .compatible = "cdns,zynqmp-gem" },
|
||||||
{ .compatible = "cdns,zynq-gem" },
|
{ .compatible = "cdns,zynq-gem" },
|
||||||
{ .compatible = "cdns,gem" },
|
{ .compatible = "cdns,gem" },
|
||||||
|
Loading…
Reference in New Issue
Block a user