
Hi,
please pull these changes to your next branch. Changes have been sent for a while and there was no reply to them. Here is the thread. https://lore.kernel.org/all/20240605100221.3571-1-venkatesh.abbarapu@amd.com...
We are doing the same changes on Linux side and they should be merged soon https://lore.kernel.org/all/1725192519-3867920-1-git-send-email-radhey.shyam...
I also queue them to gitlab CI and can't see any issue.
Thanks, Michal
The following changes since commit f0ec3e608902ca1f573e5b7017da6bc804483f55:
Merge patch series "Add support for Ethernet Boot on SK-AM62" (2024-08-30 15:55:06 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-microblaze.git tags/usb-hub-for-v2025.01
for you to fetch changes up to 97cbb90a0caa5876bdf0b8d1a0f251f80c9eb77e:
arm64: zynqmp: Update the usb5744 hub node as per binding (2024-09-02 09:24:50 +0200)
---------------------------------------------------------------- USB Hub update for v2025.01 next
Enhance onboard-hub wit handle usb5744 and it's initialization via i2c also with optional reset.
---------------------------------------------------------------- Venkatesh Yadav Abbarapu (7): usb: onboard-hub: Add reset-gpio support usb: onboard-hub: Fix the return values of regulator APIs usb: onboard-hub: add support for Microchip USB5744 usb: onboard-hub: Add i2c initialization for usb5744 hub usb: onboard-hub: Bail out if peer hub is already probed configs: zynqmp_kria: Enable the USB onboard hub arm64: zynqmp: Update the usb5744 hub node as per binding
arch/arm/dts/zynqmp-sck-kr-g-revA.dtso | 48 ++++++ arch/arm/dts/zynqmp-sck-kr-g-revB.dtso | 48 ++++++ arch/arm/dts/zynqmp-sck-kv-g-revA.dtso | 18 ++ arch/arm/dts/zynqmp-sck-kv-g-revB.dtso | 25 ++- common/usb_onboard_hub.c | 176 ++++++++++++++++++-- configs/xilinx_zynqmp_kria_defconfig | 1 + 6 files changed, 304 insertions(+), 12 deletions(-)