Hi Tom,

Please pull from u-boot-imx/master, thanks.

The following changes since commit fd46ea0e701920eb205c2bce9d527bf0dec10b59:

  Merge branch '2024-07-05-assorted-updates' (2024-07-05 16:36:43 -0600)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git 
tags/u-boot-imx-master-20240706

for you to fetch changes up to 3d4c29258f8b4c4a5cf4ce79fb1ac80f66e4cf65:

  clk: imx: add mux ops for i.MX8M composite clk (2024-07-06 15:40:04 -0300)

u-boot-imx-master-20240706
--------------------------

CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/21504

- Fixes for i.MX8M and i.MX93 clk-composite.
- Set CAN oscillator frequency based on model on verdin-imx8mm.
- Enable CAAM for phycore-imx8mp_defconfig.
- Miscellaneous improvements for Gateworks i.MX8M boards.
- Fix initramfs boot on msc_sm2s_imx8mp.
- Fixe EQoS on imx8mp-beacon-kit.
- Fix error message in fsl_esdhc_imx.
----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: imx8mp-beacon-kit-u-boot: Drop EQoS clock work-around

Alexander Stein (1):
      mmc: fsl_esdhc_imx: Fix error message

Fabio Estevam (1):
      msc_sm2s_imx8mp: Adjust the initrd_addr location

Leonard Anderweit (1):
      configs: phycore-imx8mp_defconfig: Initialize caam

Marek Vasut (4):
      ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model
      ARM: imx: Enable cat and xxd commands on DH i.MX8M Plus DHCOM
      ARM: imx: Enable PCA953x driver on DH i.MX8MP DHCOM PDK2
      ARM: imx: Update Fast ethernet PHY MDIO addresses to match DH i.MX8MP 
DHCOM rev.200

Michael Trimarchi (4):
      clk: imx: Fix wrong flags assignment clk-composite-8m
      clk: imx: Fix wrong flags assignment clk-composite-93
      clk: clk-mux: Make public the clk_fetch_parent_index
      clk: imx: add mux ops for i.MX8M composite clk

 arch/arm/dts/Makefile                            |  1 +
 arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi       |  6 ----
 arch/arm/dts/imx8mp-dhcom-som-overlay-rev100.dts |  5 +++
 arch/arm/dts/imx8mp-dhcom-som.dtsi               |  8 ++---
 board/toradex/verdin-imx8mm/verdin-imx8mm.c      | 29 +++++++++++++++++
 configs/imx8mp_dhcom_pdk2_defconfig              |  3 ++
 configs/imx8mp_dhcom_pdk3_defconfig              |  2 ++
 configs/phycore-imx8mp_defconfig                 |  5 ++-
 drivers/clk/clk-mux.c                            |  5 ++-
 drivers/clk/imx/clk-composite-8m.c               | 41 +++++++++++++++++++++---
 drivers/clk/imx/clk-composite-93.c               |  2 --
 drivers/mmc/fsl_esdhc_imx.c                      |  4 +--
 include/configs/msc_sm2s_imx8mp.h                |  4 +--
 include/linux/clk-provider.h                     |  1 +
 14 files changed, 92 insertions(+), 24 deletions(-)

Reply via email to