Hi Tom, The following changes since commit 10bca13ea6d9d4b85f80f02c8795227f63240f59:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2020-05-12 16:20:10 -0400) are available in the Git repository at: g...@gitlab.denx.de:u-boot/custodians/u-boot-arc.git tags/arc-fixes-for-2020.07-rc3 for you to fetch changes up to bed6481940b1b9a2f3b48afeeced550dd84e2932: ARC: HSDK: add reset for EHCI (2020-05-13 18:18:09 +0300) ---------------------------------------------------------------- Here we improve clock support for recently introduced HSDK-4xD board as well as finally enable external reset for the USB controller, which is needed to recover USB functionality after "usb reset". ---------------------------------------------------------------- Eugeniy Paltsev (11): CLK: ARC: HSDK: avoid code duplication CLK: ARC: HSDK: drop unused offset CLK: ARC: HSDK: use appropriate config data types CLK: ARC: HSDK: driver cleanup CLK: ARC: HSDK: prepare for multiple clock maps support CLK: ARC: HSDK: make set_clock optional CLK: ARC: HSDK: define clock map with DT binding constants CLK: ARC: HSDK: add separate clock map for HSDK-4xD ARC: DTS: cleanup USB node names ARC: HSDK: anounce state of BIM switch ARC: HSDK: add reset for EHCI arch/arc/dts/axs10x_mb.dtsi | 4 +-- arch/arc/dts/hsdk-common.dtsi | 11 +++++-- board/synopsys/hsdk/hsdk.c | 7 ++++ drivers/clk/Kconfig | 7 ++-- drivers/clk/clk-hsdk-cgu.c | 355 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------- 5 files changed, 220 insertions(+), 164 deletions(-) Regards, Alexey