Commit 1b7e5ca9 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

plat: xilinx: zynqmp: Add missing ids for 43/46/47dr devices



Add support for ZU43DR, ZU46DR and ZU47DR to the list of zynqmp
devices. The ZU43DR, ZU46DR and ZU47DR RFSoC silicon id values are
0x7d, 0x78 and 0x7f.
Signed-off-by: default avatarSandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>
Acked-by: default avatarMichal Simek <michal.simek@xilinx.com>
Change-Id: I566f707116d83475de7c87a6004ca96bf7bccebe
parent c0f0ab53
......@@ -193,6 +193,18 @@ static const struct {
.id = 0x66,
.name = "39DR",
},
{
.id = 0x7d,
.name = "43DR",
},
{
.id = 0x78,
.name = "46DR",
},
{
.id = 0x7f,
.name = "47DR",
},
{
.id = 0x7b,
.name = "48DR",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment