Skip to content
Snippets Groups Projects
Commit b030fedf authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Add new ID for RFSoC


This ID is available on zc1254.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 494fffe7
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,30 @@ static const struct { ...@@ -130,6 +130,30 @@ static const struct {
.id = 0x59, .id = 0x59,
.name = "17eg", .name = "17eg",
}, },
{
.id = 0x61,
.name = "21dr",
},
{
.id = 0x63,
.name = "23dr",
},
{
.id = 0x65,
.name = "25dr",
},
{
.id = 0x64,
.name = "27dr",
},
{
.id = 0x60,
.name = "28dr",
},
{
.id = 0x62,
.name = "29dr",
},
}; };
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment