U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: trini@konsulko.com
Cc: u-boot@lists.denx.de
Subject: [GIT PULL] Please pull u-boot-imx-master-20240722
Date: Mon, 22 Jul 2024 18:02:44 -0300	[thread overview]
Message-ID: <20240722210244.2294039-1-festevam@gmail.com> (raw)

Hi Tom,

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

The following changes since commit 5024a96db8ea6ff2e814f4599af9e5faf09296b7:

  Subtree merge tag 'v6.10-dts' of devicetree-rebasing repo [1] into dts/upstream (2024-07-20 11:15:22 -0600)

are available in the Git repository at:

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

for you to fetch changes up to a9c962941e119017eb9d5985c5c214d9711c9433:

  kontron-sl-mx6ul: switch to DM_SERIAL (2024-07-22 17:55:35 -0300)

u-boot-imx-master-20240722
--------------------------

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

- Conversions to DM_I2C and DM_SERIAL.
- Support for I2C3 and PWM1 for the imx6q clock driver.
- Improvements for udoo-neo
- Describe the i.MX93 CPU clocks in the devicetree to fix CPU clock printing
- Fix for SPI and NANC clk-imx8mn clock driver
----------------------------------------------------------------
Anatolij Gustschin (3):
      nitrogen6x: convert to DM_I2C and DM_SERIAL
      mx6boards: convert to DM_I2C and DM_SERIAL
      kontron-sl-mx6ul: switch to DM_SERIAL

Emil Kronborg (2):
      clk: imx6q: Add definition for IMX6QDL_CLK_I2C3
      clk: imx6q: Add definition for IMX6QDL_CLK_PWM1

Fabio Estevam (5):
      imx93-u-boot: Describe the CPU clocks in the devicetree
      udoo_neo: Convert to watchdog driver model
      udoo_neo: Select LTO
      udoo-neo: Do not print devicetree model
      udoo-neo: Convert to OF_UPSTREAM

Michael Trimarchi (4):
      clk: imx: clk-imx8mn Fix nand and spi clock parent
      clk: imx8mn: Make parent names arrays const pointers
      clk: imx8mm: Make parent names arrays const pointers
      clk: imx8mp: Make parent names arrays const pointers

 arch/arm/dts/Makefile                          |   5 +-
 arch/arm/dts/imx6sx-udoo-neo-basic-u-boot.dtsi |  12 +
 arch/arm/dts/imx6sx-udoo-neo-basic.dts         |  33 --
 arch/arm/dts/imx6sx-udoo-neo-extended.dts      |  26 --
 arch/arm/dts/imx6sx-udoo-neo-full.dts          |  41 ---
 arch/arm/dts/imx6sx-udoo-neo.dtsi              | 482 -------------------------
 arch/arm/dts/imx93-u-boot.dtsi                 |   8 +
 arch/arm/mach-imx/mx6/Kconfig                  |   1 +
 board/boundary/nitrogen6x/nitrogen6x.c         |  79 +---
 board/embest/mx6boards/mx6boards.c             |  70 +---
 board/udoo/neo/neo.c                           |  59 +--
 configs/kontron-sl-mx6ul_defconfig             |   1 +
 configs/marsboard_defconfig                    |   6 +-
 configs/mx6qsabrelite_defconfig                |   7 +-
 configs/nitrogen6dl2g_defconfig                |   7 +-
 configs/nitrogen6dl_defconfig                  |   7 +-
 configs/nitrogen6q2g_defconfig                 |   7 +-
 configs/nitrogen6q_defconfig                   |   7 +-
 configs/nitrogen6s1g_defconfig                 |   7 +-
 configs/nitrogen6s_defconfig                   |   7 +-
 configs/riotboard_defconfig                    |   6 +-
 configs/udoo_neo_defconfig                     |   9 +-
 drivers/clk/imx/clk-imx6q.c                    |   4 +
 drivers/clk/imx/clk-imx8mm.c                   | 157 ++++----
 drivers/clk/imx/clk-imx8mn.c                   | 151 ++++----
 drivers/clk/imx/clk-imx8mp.c                   | 242 ++++++-------
 include/configs/nitrogen6x.h                   |   2 -
 27 files changed, 393 insertions(+), 1050 deletions(-)
 delete mode 100644 arch/arm/dts/imx6sx-udoo-neo-basic.dts
 delete mode 100644 arch/arm/dts/imx6sx-udoo-neo-extended.dts
 delete mode 100644 arch/arm/dts/imx6sx-udoo-neo-full.dts
 delete mode 100644 arch/arm/dts/imx6sx-udoo-neo.dtsi

             reply	other threads:[~2024-07-22 21:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-22 21:02 Fabio Estevam [this message]
2024-07-23  1:55 ` [GIT PULL] Please pull u-boot-imx-master-20240722 Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240722210244.2294039-1-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox