diff options
| author | Siva Durga Prasad Paladugu <[email protected]> | 2019-07-23 11:56:17 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2019-10-08 09:41:27 +0200 |
| commit | 134b0c8d6a8ed07b9b382792c24ca9ecce56106d (patch) | |
| tree | ed172fff229f7d74f54884ed19c6eade0f1785d4 | |
| parent | a85f388565063404ec6cd8b908094c0e3e6472e3 (diff) | |
arm64: zynqmp: Add idcodes for new RFSoC silicons ZU48DR and ZU49DR
Add zu48dr and zu49dr to the list of zynqmp devices. The zu48dr and zu49dr
are the new RFSoC silicons with id values of 0x7b and 0x7e.
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | board/xilinx/zynqmp/zynqmp.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c index f36d49fded9..6524badf299 100644 --- a/board/xilinx/zynqmp/zynqmp.c +++ b/board/xilinx/zynqmp/zynqmp.c @@ -174,6 +174,14 @@ static const struct { .id = 0x66, .name = "39dr", }, + { + .id = 0x7b, + .name = "48dr", + }, + { + .id = 0x7e, + .name = "49dr", + }, }; #endif |
