]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Add idcode for new RFSoC silicon ZU39DR
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Sat, 23 Mar 2019 09:30:06 +0000 (15:00 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 16 Apr 2019 09:51:34 +0000 (11:51 +0200)
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>
board/xilinx/zynqmp/zynqmp.c

index 1e9e44175867f2f6bf602529b2921420c84b5ba1..5189925beb3aaea657635f9d12e8b466f59f4102 100644 (file)
@@ -170,6 +170,10 @@ static const struct {
                .id = 0x62,
                .name = "29dr",
        },
+       {
+               .id = 0x66,
+               .name = "39dr",
+       },
 };
 #endif