All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Record ID code for XCZU1EG device
@ 2022-03-30  5:51 Michal Simek
  2022-04-05 13:11 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2022-03-30  5:51 UTC (permalink / raw)
  To: u-boot, git

Add ID code for 1eg device.

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

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

diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
index d791689f1141..668ea4b3c128 100644
--- a/board/xilinx/zynqmp/zynqmp.c
+++ b/board/xilinx/zynqmp/zynqmp.c
@@ -69,6 +69,11 @@ static const struct {
 	u8 device;
 	u8 variants;
 } zynqmp_devices[] = {
+	{
+		.id = 0x04688093,
+		.device = 1,
+		.variants = ZYNQMP_VARIANT_EG,
+	},
 	{
 		.id = 0x04711093,
 		.device = 2,
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: zynqmp: Record ID code for XCZU1EG device
  2022-03-30  5:51 [PATCH] arm64: zynqmp: Record ID code for XCZU1EG device Michal Simek
@ 2022-04-05 13:11 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2022-04-05 13:11 UTC (permalink / raw)
  To: U-Boot, git

st 30. 3. 2022 v 7:52 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Add ID code for 1eg device.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  board/xilinx/zynqmp/zynqmp.c | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
> index d791689f1141..668ea4b3c128 100644
> --- a/board/xilinx/zynqmp/zynqmp.c
> +++ b/board/xilinx/zynqmp/zynqmp.c
> @@ -69,6 +69,11 @@ static const struct {
>         u8 device;
>         u8 variants;
>  } zynqmp_devices[] = {
> +       {
> +               .id = 0x04688093,
> +               .device = 1,
> +               .variants = ZYNQMP_VARIANT_EG,
> +       },
>         {
>                 .id = 0x04711093,
>                 .device = 2,
> --
> 2.35.1
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-05 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30  5:51 [PATCH] arm64: zynqmp: Record ID code for XCZU1EG device Michal Simek
2022-04-05 13:11 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.