From: Siva Durga Prasad Paladugu Date: Tue, 23 Jul 2019 06:26:17 +0000 (+0530) Subject: arm64: zynqmp: Add idcodes for new RFSoC silicons ZU48DR and ZU49DR X-Git-Tag: v2020.10~561^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=134b0c8d6a8ed07b9b382792c24ca9ecce56106d;p=platform%2Fkernel%2Fu-boot.git 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 Signed-off-by: Michal Simek --- diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c index f36d49f..6524bad 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