[PULL next] u-boot-at91-2023.07-a

Hello Tom,
Please pull tag u-boot-at91-2023.07-a , the first set of at91 features for the next cycle 2023.07 .
This feature set includes the clock changes required for sam9x60 SoC to support USB host.
Thanks, Eugen
The following changes since commit fde439219ff53a46bdd5dff69e049ccd4be57310:
Merge tag 'efi-next-20230325' of https://source.denx.de/u-boot/custodians/u-boot-efi into next (2023-03-25 17:34:34 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2023.07-a
for you to fetch changes up to ad59148ff53bc5c38ef2d2cdb7039559ff91a954:
configs: at91: sam9x60: Add required configs for the USB clock (2023-03-27 14:27:37 +0300)
---------------------------------------------------------------- First set of u-boot-at91 features for the 2023.07 cycle
---------------------------------------------------------------- Claudiu Beznea (1): clk: at91: pmc: export clock setup to pmc
Sergiu Moga (4): clk: at91: Add support for sam9x60 USB clock clk: at91: sam9x60: Register the required clocks for USB clk: at91: sam9x60: Add initial setup of UPLL and USBCK rates configs: at91: sam9x60: Add required configs for the USB clock
configs/sam9x60_curiosity_mmc1_defconfig | 1 + configs/sam9x60_curiosity_mmc_defconfig | 1 + configs/sam9x60ek_mmc_defconfig | 1 + configs/sam9x60ek_nandflash_defconfig | 1 + configs/sam9x60ek_qspiflash_defconfig | 1 + drivers/clk/at91/Kconfig | 7 ++ drivers/clk/at91/Makefile | 1 + drivers/clk/at91/clk-sam9x60-usb.c | 157 +++++++++++++++++++++++++++++++ drivers/clk/at91/pmc.c | 42 +++++++++ drivers/clk/at91/pmc.h | 27 ++++++ drivers/clk/at91/sam9x60.c | 63 +++++++++++++ drivers/clk/at91/sama7g5.c | 48 ++-------- 12 files changed, 308 insertions(+), 42 deletions(-) create mode 100644 drivers/clk/at91/clk-sam9x60-usb.c

On Tue, Mar 28, 2023 at 01:13:18PM +0300, Eugen Hristev wrote:
Hello Tom,
Please pull tag u-boot-at91-2023.07-a , the first set of at91 features for the next cycle 2023.07 .
This feature set includes the clock changes required for sam9x60 SoC to support USB host.
Thanks, Eugen
The following changes since commit fde439219ff53a46bdd5dff69e049ccd4be57310:
Merge tag 'efi-next-20230325' of https://source.denx.de/u-boot/custodians/u-boot-efi into next (2023-03-25 17:34:34 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2023.07-a
for you to fetch changes up to ad59148ff53bc5c38ef2d2cdb7039559ff91a954:
configs: at91: sam9x60: Add required configs for the USB clock (2023-03-27 14:27:37 +0300)
Applied to u-boot/next, thanks!
participants (2)
-
Eugen Hristev
-
Tom Rini