[GIT PULL] Please pull u-boot-imx-next-20241005

Fabio Estevam festevam at gmail.com
Sat Oct 5 18:44:38 CEST 2024


Hi Tom,

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

The following changes since commit 00292c6b39b3f7dcb34e8c3ae6ef276ac862a146:

  Merge tag 'u-boot-dfu-next-20241003' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next (2024-10-03 16:09:40 -0600)

are available in the Git repository at:

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

for you to fetch changes up to ef815d75514da91dd98f9e3278d810439fd1f1ea:

  lxr2: Add DA9063 watchdog support (2024-10-04 09:55:26 -0300)

u-boot-imx-next-20241005
------------------------

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

- Add DA9063 watchdog support for the imx6q-lxr2 board.
- Add support for DH electronics i.MX8M Plus DHCOM PicoITX
- Add DH i.MX8MP DHCOM SoM on DRC02 carrier board
- Several fsl_esdhc_imx improvements.
- Pas no-mmc-hs400 to mmc2 on imx8mm-cl-iot-gate.
----------------------------------------------------------------
Fabio Estevam (2):
      da9063: Add watchdog support
      lxr2: Add DA9063 watchdog support

Marek Vasut (3):
      arm64: dts: imx8mp: Add support for DH electronics i.MX8M Plus DHCOM PicoITX
      arm64: dts: imx8mp: Add DH i.MX8MP DHCOM SoM on DRC02 carrier board
      ARM: imx: Drop bogus newline

Peng Fan (2):
      mmc: fsl_esdhc_imx: Enable AHB/IPG clk with clk bulk API
      mmc: fsl_esdhc_imx: Reset tuning logic

Vitor Soares (1):
      arm: imx: imx8m: soc: Fix VPU fdt disable fixup

Ye Li (4):
      gpio: adp5585: Add SPL config for ADP5585 driver
      mmc: fsl_esdhc_imx: Send 80 clocks before IDLE command
      mmc: fsl_esdhc_imx: Fix host_caps issue for non-DM driver
      mmc: fsl_esdhc_imx: Avoid resource leak

Ying-Chun Liu (PaulLiu) (1):
      arch: arm: dts: imx8mm-cl-iot-gate.dts: add no-mmc-hs400 to mmc2

 arch/arm/dts/Makefile                         |   2 +
 arch/arm/dts/imx8mm-cl-iot-gate.dts           |   1 +
 arch/arm/dts/imx8mp-dhcom-drc02-u-boot.dtsi   |   6 +
 arch/arm/dts/imx8mp-dhcom-drc02.dts           | 230 +++++++++++++++++++++
 arch/arm/dts/imx8mp-dhcom-picoitx-u-boot.dtsi |   6 +
 arch/arm/dts/imx8mp-dhcom-picoitx.dts         | 152 ++++++++++++++
 arch/arm/mach-imx/cmd_mfgprot.c               |   2 +-
 arch/arm/mach-imx/imx8m/soc.c                 |   1 +
 configs/imx8mp_dhcom_drc02_defconfig          | 277 ++++++++++++++++++++++++++
 configs/imx8mp_dhcom_picoitx_defconfig        | 273 +++++++++++++++++++++++++
 configs/lxr2_defconfig                        |   3 +
 drivers/gpio/Kconfig                          |   6 +
 drivers/gpio/Makefile                         |   2 +-
 drivers/mmc/fsl_esdhc_imx.c                   |  44 +++-
 drivers/power/pmic/da9063.c                   |  12 +-
 drivers/watchdog/Kconfig                      |   6 +
 drivers/watchdog/Makefile                     |   1 +
 drivers/watchdog/da9063-wdt.c                 | 149 ++++++++++++++
 include/fsl_esdhc_imx.h                       |   1 +
 19 files changed, 1159 insertions(+), 15 deletions(-)
 create mode 100644 arch/arm/dts/imx8mp-dhcom-drc02-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx8mp-dhcom-drc02.dts
 create mode 100644 arch/arm/dts/imx8mp-dhcom-picoitx-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx8mp-dhcom-picoitx.dts
 create mode 100644 configs/imx8mp_dhcom_drc02_defconfig
 create mode 100644 configs/imx8mp_dhcom_picoitx_defconfig
 create mode 100644 drivers/watchdog/da9063-wdt.c


More information about the U-Boot mailing list