]> 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>
Mon, 25 Mar 2019 14:39:06 +0000 (15:39 +0100)
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 17e261e08df1f87079ec7cadc80b0af251ce0364..58c1c0b4bf580502880076c848defd9bd776fe88 100644 (file)
@@ -171,6 +171,10 @@ static const struct {
                .id = 0x62,
                .name = "29dr",
        },
+       {
+               .id = 0x66,
+               .name = "39dr",
+       },
 };
 #endif