diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-13 08:45:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-13 08:45:55 -0400 |
commit | 6961ca0a46310da782668d8bfbf4f45b04758c55 (patch) | |
tree | 17434f00e66b9c7fa40fdfc41717c44ab816d067 /drivers/fpga | |
parent | 5895d5c7ab9e501205fd4b9a2b4544680ae7e72a (diff) | |
parent | 7a82bfff5ea7089905dff14e65436d23c1e5adc4 (diff) |
Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
Xilinx changes for v2024.01-rc1 v3
clk:
- remove additional compatible strings for Versal NET
net:
- zynq_gem: Fix clock calculation for MDC for higher frequencies
pinctrl:
- core: Extend pinmux status buffere size
- zynqmp driver: Show also tristate configuration
test:
- add test case for pxe get
Xilinx:
- describe SelectMAP boot mode
Zynq:
- Fix nand description in DT
ZynqMP:
- DTS sync patches with kernel and also W=1 related fixes
- Add support for KD240, zcu670, e-a2197 with x-prc cards, SC revB/C with i2c
description for other SC based boards
- k24 psu_init cleanup
Diffstat (limited to 'drivers/fpga')
-rw-r--r-- | drivers/fpga/zynqmppl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/zynqmppl.c b/drivers/fpga/zynqmppl.c index b1f201fb18b..2656f5fc5ec 100644 --- a/drivers/fpga/zynqmppl.c +++ b/drivers/fpga/zynqmppl.c @@ -2,7 +2,7 @@ /* * (C) Copyright 2015 - 2016, Xilinx, Inc, * Michal Simek <michal.simek@amd.com> - * Siva Durga Prasad <siva.durga.prasad.paladugu@amd.com>> + * Siva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com> */ #include <console.h> |