mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -751,6 +751,7 @@ static int zynq_gem_ofdata_to_platdata(struct udevice *dev)
|
|||
}
|
||||
|
||||
static const struct udevice_id zynq_gem_ids[] = {
|
||||
{ .compatible = "cdns,versal-gem" },
|
||||
{ .compatible = "cdns,zynqmp-gem" },
|
||||
{ .compatible = "cdns,zynq-gem" },
|
||||
{ .compatible = "cdns,gem" },
|
||||
|
|
Loading…
Add table
Reference in a new issue