diff mbox series

[U-Boot] arm64: zynqmp: Add idcodes for new RFSoC silicons ZU48DR and ZU49DR

Message ID 4ce796a24655b1eb8c890e15ec5e92a52b19d3d5.1568192044.git.michal.simek@xilinx.com
State Accepted
Commit 134b0c8d6a8ed07b9b382792c24ca9ecce56106d
Delegated to: Michal Simek
Headers show
Series [U-Boot] arm64: zynqmp: Add idcodes for new RFSoC silicons ZU48DR and ZU49DR | expand

Commit Message

Michal Simek Sept. 11, 2019, 8:54 a.m. UTC
From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>

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 <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 board/xilinx/zynqmp/zynqmp.c | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Michal Simek Oct. 8, 2019, 7:44 a.m. UTC | #1
st 11. 9. 2019 v 10:54 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
>
> 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 <siva.durga.paladugu@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  board/xilinx/zynqmp/zynqmp.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
> index f36d49fded99..6524badf299c 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
>
> --
> 2.17.1
>

Applied.
M
diff mbox series

Patch

diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
index f36d49fded99..6524badf299c 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