All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64L: zynqmp: Add missing support for 9cg version
@ 2020-10-02 12:43 Michal Simek
  2020-10-27  7:10 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2020-10-02 12:43 UTC (permalink / raw)
  To: u-boot

9cg version was supported before code refactoring. The patch is adding it
back.

Fixes: fa793165daf7 ("xilinx: zynqmp: refactor silicon name function")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 board/xilinx/zynqmp/zynqmp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
index 28f067a2515f..70d6fd422eb1 100644
--- a/board/xilinx/zynqmp/zynqmp.c
+++ b/board/xilinx/zynqmp/zynqmp.c
@@ -100,7 +100,7 @@ static const struct {
 	{
 		.id = 0x04738093,
 		.device = 9,
-		.variants = ZYNQMP_VARIANT_EG,
+		.variants = ZYNQMP_VARIANT_EG | ZYNQMP_VARIANT_CG,
 	},
 	{
 		.id = 0x04740093,
-- 
2.28.0

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

* [PATCH] arm64L: zynqmp: Add missing support for 9cg version
  2020-10-02 12:43 [PATCH] arm64L: zynqmp: Add missing support for 9cg version Michal Simek
@ 2020-10-27  7:10 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2020-10-27  7:10 UTC (permalink / raw)
  To: u-boot

p? 2. 10. 2020 v 14:43 odes?latel Michal Simek <michal.simek@xilinx.com> napsal:
>
> 9cg version was supported before code refactoring. The patch is adding it
> back.
>
> Fixes: fa793165daf7 ("xilinx: zynqmp: refactor silicon name function")
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  board/xilinx/zynqmp/zynqmp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
> index 28f067a2515f..70d6fd422eb1 100644
> --- a/board/xilinx/zynqmp/zynqmp.c
> +++ b/board/xilinx/zynqmp/zynqmp.c
> @@ -100,7 +100,7 @@ static const struct {
>         {
>                 .id = 0x04738093,
>                 .device = 9,
> -               .variants = ZYNQMP_VARIANT_EG,
> +               .variants = ZYNQMP_VARIANT_EG | ZYNQMP_VARIANT_CG,
>         },
>         {
>                 .id = 0x04740093,
> --
> 2.28.0
>

Applied but with fixed subject s/arm64L/arm64/
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:[~2020-10-27  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 12:43 [PATCH] arm64L: zynqmp: Add missing support for 9cg version Michal Simek
2020-10-27  7:10 ` 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.