Commit ce19ac90 authored by Madhukar Pappireddy's avatar Madhukar Pappireddy Committed by TrustedFirmware Code Review
Browse files

Merge "plat: xilinx: zynqmp: Add missing ids for 43/46/47dr devices" into integration

parents 23be96cb 1b7e5ca9
...@@ -193,6 +193,18 @@ static const struct { ...@@ -193,6 +193,18 @@ static const struct {
.id = 0x66, .id = 0x66,
.name = "39DR", .name = "39DR",
}, },
{
.id = 0x7d,
.name = "43DR",
},
{
.id = 0x78,
.name = "46DR",
},
{
.id = 0x7f,
.name = "47DR",
},
{ {
.id = 0x7b, .id = 0x7b,
.name = "48DR", .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