mbox series

Pull request: u-boot-imx u-boot-imx-20220628

Message ID b13df5b8-b88e-9fbd-5251-b0f592bd3831@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-imx u-boot-imx-20220628 | expand

Pull-request

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

Message

Stefano Babic June 28, 2022, 3:08 p.m. UTC
Hi Tom,

last i.MX's fixes for the release.


The following changes since commit bfa9306e140c136e43d0efc9574991db46ad8c9e:

   Merge branch 'master' of 
https://source.denx.de/u-boot/custodians/u-boot-sunxi (2022-06-26 
21:06:08 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b5023254b88a67fcbca913e212e3401dea521fc9:

   kontron-sl-mx8mm: Add CAAM support (2022-06-28 15:24:31 +0200)

----------------------------------------------------------------
Fixes for 2022.07

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

----------------------------------------------------------------
Andrejs Cainikovs (1):
       imx8m: fixup thermal trips

Fabio Estevam (1):
       kontron-sl-mx8mm: Add CAAM support

Francesco Dolcini (3):
       toradex: apalis/colibri_imx6: Fix CLKO1/CLKO2 output
       mx6: ddr: Fix disabling on-die termination
       board: apalis_imx6: DDR init using mx6_dram_cfg()

Frieder Schrempf (2):
       pmic: pca9450: Add optional SD_VSEL GPIO for LDO5
       imx: kontron-sl-mx8mm: Enable PCA9450 regulator driver and fix SD 
card access

Marek Vasut (1):
       ARM: imx: Switch Data Modul i.MX8M Mini eDM SBC to USB251x Hub driver

  arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi               |  17 +++++
  arch/arm/mach-imx/imx8m/Kconfig                             |   3 +
  arch/arm/mach-imx/imx8m/soc.c                               |  49 
++++++++++++++
  arch/arm/mach-imx/mx6/ddr.c                                 |  13 +++-
  board/data_modul/imx8mm_edm_sbc/imx8mm_data_modul_edm_sbc.c |   9 +++
  board/kontron/sl-mx8mm/spl.c                                |   9 +++
  board/toradex/apalis_imx6/apalis_imx6.c                     | 456 
+++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------
  board/toradex/colibri_imx6/colibri_imx6.c                   |  14 ++--
  configs/imx8mm_data_modul_edm_sbc_defconfig                 |   1 +
  configs/kontron-sl-mx8mm_defconfig                          |   2 +
  drivers/power/pmic/pca9450.c                                |  27 ++++++++
  include/configs/imx8mm_data_modul_edm_sbc.h                 |  20 ------
  12 files changed, 333 insertions(+), 287 deletions(-)


Best regards,
Stefano

Comments

Tom Rini June 28, 2022, 7:51 p.m. UTC | #1
On Tue, Jun 28, 2022 at 05:08:12PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> last i.MX's fixes for the release.
> 
> 
> The following changes since commit bfa9306e140c136e43d0efc9574991db46ad8c9e:
> 
>   Merge branch 'master' of
> https://source.denx.de/u-boot/custodians/u-boot-sunxi (2022-06-26 21:06:08
> -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20220628
> 
> for you to fetch changes up to b5023254b88a67fcbca913e212e3401dea521fc9:
> 
>   kontron-sl-mx8mm: Add CAAM support (2022-06-28 15:24:31 +0200)
> 

Applied to u-boot/master, thanks!