mbox series

[GIT,PULL] Please pull u-boot-imx-master-20240415

Message ID 20240415123340.3620031-1-festevam@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-imx-master-20240415 | expand

Pull-request

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

Message

Fabio Estevam April 15, 2024, 12:33 p.m. UTC
Hi Tom,

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

The following changes since commit b03b49046af5dfca599d2ce8f0aafed89b97aa91:

  Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2024-04-14 15:58:31 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 8ecb0931940cc19728d686b9dba06585f4d93709:

  clk: imx93: fix anatop base (2024-04-15 08:09:41 -0300)

u-boot-imx-master-20240415
--------------------------

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

- Update the imx_rgpio2p to only access one address as per the dt-schema.
- Remove unused imx9_cpu.c file.
- Only use the LPUART ipg clk for i.MX7ULP.
- Use the correct anatop base for accessing the PLL clocks on i.MX93.
----------------------------------------------------------------
Peng Fan (4):
      gpio: imx_rgpio2p: support one address
      serial: lpuart: use ipg clk for i.MX7ULP
      cpu: drop imx9_cpu
      clk: imx93: fix anatop base

 drivers/clk/imx/clk-imx93.c    |   2 +-
 drivers/cpu/imx9_cpu.c         | 224 -----------------------------------------
 drivers/gpio/imx_rgpio2p.c     |  42 +++++++-
 drivers/serial/serial_lpuart.c |  42 +++++---
 4 files changed, 65 insertions(+), 245 deletions(-)
 delete mode 100644 drivers/cpu/imx9_cpu.c

Comments

Tom Rini April 16, 2024, 12:36 a.m. UTC | #1
On Mon, Apr 15, 2024 at 09:33:40AM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull from u-boot-imx/master, thanks.
> 
> The following changes since commit b03b49046af5dfca599d2ce8f0aafed89b97aa91:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2024-04-14 15:58:31 -0600)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240415
> 
> for you to fetch changes up to 8ecb0931940cc19728d686b9dba06585f4d93709:
> 
>   clk: imx93: fix anatop base (2024-04-15 08:09:41 -0300)
> 
> u-boot-imx-master-20240415

Applied to u-boot/master, thanks!