[PATCH] arm64L: zynqmp: Add missing support for 9cg version
Michal Simek
monstr at monstr.eu
Tue Oct 27 08:10:58 CET 2020
pá 2. 10. 2020 v 14:43 odesílatel Michal Simek <michal.simek at 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 at 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
More information about the U-Boot
mailing list