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: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Change-Id: I566f707116d83475de7c87a6004ca96bf7bccebe
This commit is contained in:
Venkatesh Yadav Abbarapu 2021-03-03 00:43:16 -07:00
parent c0f0ab53b4
commit 1b7e5ca998
1 changed files with 12 additions and 0 deletions

View File

@ -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",