Hi Tom,

Please pull the STM32 related patches for u-boot/master, v2021.04: u-boot-stm32-20210209

- Enable the fastboot oem commands in stm32mp15 defconfig
- Fixes pinctrol for stmfx and stm32
- Add support of I2C6_K in stm32mp15 clock driver
- Alignment with Linux kernel device tree v5.11-rc2 for ST boards

CI status: https://gitlab.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/6326

Thanks,
Patric

git request-pull origin/master https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20210209

The following changes since commit e14d5762de1db84cae6d84d59c1e40f3eb26c4c3:

  Merge git://git.denx.de/u-boot-marvell (2021-02-08 10:55:51 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20210209

for you to fetch changes up to f050e3fe4552dc8e24b1f01d26b835eeb762c467:

  arm: dts: stm32mp15: alignment with v5.11-rc2 (2021-02-09 10:56:06 +0100)

----------------------------------------------------------------
- Enable the fastboot oem commands in stm32mp15 defconfig
- Fixes pinctrol for stmfx and stm32
- Add support of I2C6_K in stm32mp15 clock driver
- Alignment with Linux kernel device tree v5.11-rc2 for ST boards

----------------------------------------------------------------
Fabrice GIRARDOT (1):
      ARM: dts: stm32: Fix cosmetic typo: use 'kHz' as kilohertz abbreviation

Jean-Philippe ROMAIN (2):
      configs: stm32mp1: enable fastboot support of eMMC boot partition
      configs: stm32mp1: enable the fastboot oem command format

Patrice Chotard (2):
      pinctrl: stmfx: Fix pin configuration issue
      pinctrl: stmfx: Use PINNAME_SIZE for pin's name size

Patrick Delaunay (6):
      configs: stm32mp1: enable the fastboot oem command partconf
      configs: stm32mp1: enable the fastboot oem command bootbus
      pinctrl: stm32: correct management pin display of OTYPE
      pinctrl: stm32: bind only the enabled GPIO subnode
      clk: stm32mp1: add support of I2C6_K
      arm: dts: stm32mp15: alignment with v5.11-rc2

 arch/arm/dts/stm32mp15-ddr3-1x4Gb-1066-binG.dtsi |  2 +-
 arch/arm/dts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi |  2 +-
 arch/arm/dts/stm32mp15-pinctrl.dtsi              | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++--  arch/arm/dts/stm32mp151.dtsi                     | 48 +++++++++++++++++++++--------
 arch/arm/dts/stm32mp153.dtsi                     |  6 ++++
 arch/arm/dts/stm32mp157c-dk2.dts                 |  4 +++
 arch/arm/dts/stm32mp157c-ed1.dts                 | 27 +++++++++++++++++
 arch/arm/dts/stm32mp157c-ev1.dts                 |  1 +
 arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi       | 55 ---------------------------------  arch/arm/dts/stm32mp15xx-dkx.dtsi                | 47 ++++++++++++++++++++++++++---
 configs/stm32mp15_basic_defconfig                |  8 +++++
 configs/stm32mp15_trusted_defconfig              |  8 +++++
 drivers/clk/clk_stm32mp1.c                       |  1 +
 drivers/pinctrl/pinctrl-stmfx.c                  | 11 +++----
 drivers/pinctrl/pinctrl_stm32.c                  | 21 +++++++------
 include/configs/stm32mp1.h                       | 14 +++++++++
 16 files changed, 249 insertions(+), 93 deletions(-)

Reply via email to