[GIT PULL] xilinx: Fix for v2025.01-rc5

Hi Tom,
please pull this one patch to your tree. It is fixing issue on Kria SOM when SPL flow is used. Display port driver is touching IP registers but none is getting IP out of reset. That's why adding support for reset fixing it.
And the commit 1a48b0be93d48f9ec5498297ec775fb572d3d150 "lmb: prohibit allocations above ram_top even from same bank"
introduced regression on SOM ERROR: reserving fdt memory region failed (addr=7ff00000 size=100000 flags=2)
but this series is fixing it. https://lore.kernel.org/all/20241211021703.2333-1-semen.protsenko@linaro.org... That's why would be good to get it to v2025.01 release.
Thanks, Michal
The following changes since commit b841e559cd26ffcb20f22e8ee75debed9616c002:
Prepare v2025.01-rc4 (2024-12-09 16:09:28 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-microblaze.git tags/xilinx-for-v2025.01-rc5
for you to fetch changes up to 8b81010a2fe385524b58bea9116f1b6954c3d2bd:
video: zynqmp: Add support for reset (2024-12-11 12:40:13 +0100)
---------------------------------------------------------------- AMD/Xilinx changes for v2025.01-rc5
- Fix reset issue for SOM
---------------------------------------------------------------- Michal Simek (1): video: zynqmp: Add support for reset
drivers/video/zynqmp/zynqmp_dpsub.c | 6 ++++++ 1 file changed, 6 insertions(+)

On Thu, Dec 12, 2024 at 03:42:31PM +0100, Michal Simek wrote:
Hi Tom,
please pull this one patch to your tree. It is fixing issue on Kria SOM when SPL flow is used. Display port driver is touching IP registers but none is getting IP out of reset. That's why adding support for reset fixing it.
And the commit 1a48b0be93d48f9ec5498297ec775fb572d3d150 "lmb: prohibit allocations above ram_top even from same bank"
introduced regression on SOM ERROR: reserving fdt memory region failed (addr=7ff00000 size=100000 flags=2)
but this series is fixing it. https://lore.kernel.org/all/20241211021703.2333-1-semen.protsenko@linaro.org... That's why would be good to get it to v2025.01 release.
Thanks, Michal
The following changes since commit b841e559cd26ffcb20f22e8ee75debed9616c002:
Prepare v2025.01-rc4 (2024-12-09 16:09:28 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-microblaze.git tags/xilinx-for-v2025.01-rc5
for you to fetch changes up to 8b81010a2fe385524b58bea9116f1b6954c3d2bd:
video: zynqmp: Add support for reset (2024-12-11 12:40:13 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Michal Simek
-
Tom Rini