Commit d9710aeb authored by Siva Durga Prasad Paladugu's avatar Siva Durga Prasad Paladugu Committed by Siva Durga Prasad Paladugu
Browse files

aarch64: zynqmp: Add new Ids for RFSoC


Add new id codes for RFSoC's.
Signed-off-by: default avatarSiva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Showing with 24 additions and 0 deletions
+24 -0
...@@ -106,6 +106,30 @@ static const struct { ...@@ -106,6 +106,30 @@ static const struct {
.id = 0x59, .id = 0x59,
.name = "17EG", .name = "17EG",
}, },
{
.id = 0x60,
.name = "28DR",
},
{
.id = 0x61,
.name = "21DR",
},
{
.id = 0x62,
.name = "29DR",
},
{
.id = 0x63,
.name = "23DR",
},
{
.id = 0x64,
.name = "27DR",
},
{
.id = 0x65,
.name = "25DR",
},
}; };
static unsigned int zynqmp_get_silicon_id(void) static unsigned int zynqmp_get_silicon_id(void)
......
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