mbox series

Pull request: u-boot-imx u-boot-imx-20230203

Message ID 2b30b3d0-550a-137e-2a3d-4af4f3112a50@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-imx u-boot-imx-20230203 | expand

Pull-request

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

Message

Stefano Babic Feb. 3, 2023, 3:04 p.m. UTC
Hi Tom,

there are a few missing patches in last PR - please pull from 
u-boot-imx, thanks !

The following changes since commit 9918b25d21db243352fc482671cafa10260b7887:

   Merge commit 'refs/pipelines/15015' of 
https://source.denx.de/u-boot/custodians/u-boot-tegra (2023-02-02 
12:44:12 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 01f372d8d62b885f4a20a45535c545e98aafa687:

   udoo_neo: Select DM_SERIAL and drop iomux board level init 
(2023-02-03 13:10:01 +0100)

----------------------------------------------------------------
For 2023.04
-----------

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

- Boards:
	- UDoo
	- MX53 Menlo

----------------------------------------------------------------
Marek Vasut (1):
       ARM: imx: mx5: Convert MX53 Menlo board to DM SERIAL

Peter Robinson (2):
       udoo_neo: Move to DM for REGULATOR/PMIC/I2C drivers
       udoo_neo: Select DM_SERIAL and drop iomux board level init

  board/udoo/neo/neo.c       | 165 
++++++++++++-------------------------------------------------------------------------------------------------------------------------------------------
  configs/m53menlo_defconfig |   1 +
  configs/udoo_neo_defconfig |  12 +++++------
  include/configs/udoo_neo.h |   6 ------
  4 files changed, 19 insertions(+), 165 deletions(-)

Best regards,
Stefano

Comments

Tom Rini Feb. 3, 2023, 6:20 p.m. UTC | #1
On Fri, Feb 03, 2023 at 04:04:03PM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> there are a few missing patches in last PR - please pull from u-boot-imx,
> thanks !
> 
> The following changes since commit 9918b25d21db243352fc482671cafa10260b7887:
> 
>   Merge commit 'refs/pipelines/15015' of
> https://source.denx.de/u-boot/custodians/u-boot-tegra (2023-02-02 12:44:12
> -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20230203
> 
> for you to fetch changes up to 01f372d8d62b885f4a20a45535c545e98aafa687:
> 
>   udoo_neo: Select DM_SERIAL and drop iomux board level init (2023-02-03
> 13:10:01 +0100)
> 

Applied to u-boot/master, thanks!