diff mbox series

[U-Boot,09/11] arm64: zynqmp: Add new ID for RFSoC

Message ID 2ea605c95d578d1f8ed1a5a8fac4af39180d8af9.1509969762.git.michal.simek@xilinx.com
State Superseded
Delegated to: Michal Simek
Headers show
Series [U-Boot,01/11] arm64: zynqmp: Remove slcr with mio status pin detection | expand

Commit Message

Michal Simek Nov. 6, 2017, 12:02 p.m. UTC
This ID is available on zc1254.

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

 board/xilinx/zynqmp/zynqmp.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
diff mbox series

Patch

diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
index 2b1d8119f567..f769db7e81b9 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