From: Michal Simek <michal.simek@xilinx.com>
Date: Fri, 2 Jun 2017 06:08:59 +0000 (+0200)
Subject: arm64: zynqmp: Add new ID for RFSoC
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b030fedf63d9e356ffd1b00a6638153655a96ab7;p=project%2Fbcm63xx%2Fu-boot.git

arm64: zynqmp: Add new ID for RFSoC

This ID is available on zc1254.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
index 2b1d8119f5..f769db7e81 100644
--- a/board/xilinx/zynqmp/zynqmp.c
+++ b/board/xilinx/zynqmp/zynqmp.c
@@ -130,6 +130,30 @@ static const struct {
 		.id = 0x59,
 		.name = "17eg",
 	},
+	{
+		.id = 0x61,
+		.name = "21dr",
+	},
+	{
+		.id = 0x63,
+		.name = "23dr",
+	},
+	{
+		.id = 0x65,
+		.name = "25dr",
+	},
+	{
+		.id = 0x64,
+		.name = "27dr",
+	},
+	{
+		.id = 0x60,
+		.name = "28dr",
+	},
+	{
+		.id = 0x62,
+		.name = "29dr",
+	},
 };
 #endif