mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
arm64: zynqmp: Add idcode for new RFSoC silicon ZU39DR
This patch adds "zu39dr" to the list of zynqmp devices The zu39DR is the new RFSoC silicon with id value of 0x66. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
committed by
Michal Simek
parent
e8f4f1f5d4
commit
c7490907d1
@@ -170,6 +170,10 @@ static const struct {
|
||||
.id = 0x62,
|
||||
.name = "29dr",
|
||||
},
|
||||
{
|
||||
.id = 0x66,
|
||||
.name = "39dr",
|
||||
},
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user