mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
arm64: zynqmp: Add new ID for RFSoC
This ID is available on zc1254. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
494fffe70d
commit
b030fedf63
1 changed files with 24 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue