diff options
author | Tom Rini | 2023-10-13 08:45:55 -0400 |
---|---|---|
committer | Tom Rini | 2023-10-13 08:45:55 -0400 |
commit | 6961ca0a46310da782668d8bfbf4f45b04758c55 (patch) | |
tree | 17434f00e66b9c7fa40fdfc41717c44ab816d067 /drivers/clk | |
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/clk')
-rw-r--r-- | drivers/clk/clk_versal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk_versal.c b/drivers/clk/clk_versal.c index 2e004beca2f..c473643603a 100644 --- a/drivers/clk/clk_versal.c +++ b/drivers/clk/clk_versal.c @@ -773,7 +773,6 @@ static struct clk_ops versal_clk_ops = { static const struct udevice_id versal_clk_ids[] = { { .compatible = "xlnx,versal-clk" }, - { .compatible = "xlnx,versal-net-clk" }, { } }; |