[GIT PULL] clk changes for v2023.04

The following changes since commit dd31cd58b02729807934cb699b164b1f8736620f:
Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2023-01-20 14:23:20 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-clk.git tags/clk-2023.04
for you to fetch changes up to dbd5ad09d2625cc631c1a98ec4517bde59f49b0d:
cmd: clk: probe the clock before dump them (2023-01-21 13:09:58 -0500)
---------------------------------------------------------------- Clock patches for 2023.04
This adds support for USB clocks on SAM9X60, as well as various fixes for nuvoton, imx8mn, and clock core.
---------------------------------------------------------------- Claudiu Beznea (1): clk: at91: pmc: export clock setup to pmc
Dario Binacchi (3): clk: imx8mn: rename vpu_pll to m7_alt_pll clk: imx: rename video_pll1 to video_pll clk: imx8mn: fix imx8mn_enet_phy_sels clocks list
Jim Liu (1): clk: nuvoton: fix bug for calculate pll clock
Patrick Delaunay (1): cmd: clk: probe the clock before dump them
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
cmd/clk.c | 15 +++------ 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 ++++------------------------ drivers/clk/imx/clk-imx8mn.c | 22 ++++++------- drivers/clk/nuvoton/clk_npcm7xx.c | 2 +- 14 files changed, 324 insertions(+), 64 deletions(-) create mode 100644 drivers/clk/at91/clk-sam9x60-usb.c

On Sat, Jan 21, 2023 at 01:20:51PM -0500, Sean Anderson wrote:
The following changes since commit dd31cd58b02729807934cb699b164b1f8736620f:
Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2023-01-20 14:23:20 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-clk.git tags/clk-2023.04
for you to fetch changes up to dbd5ad09d2625cc631c1a98ec4517bde59f49b0d:
cmd: clk: probe the clock before dump them (2023-01-21 13:09:58 -0500)
This causes a failure to build currently: https://source.denx.de/u-boot/u-boot/-/jobs/559205#L173
participants (2)
-
Sean Anderson
-
Tom Rini