[PULL] Pull request for u-boot master / v2022.07 = u-boot-stm32-20220617

Hi Tom,
Please pull the STM32 related fixes for u-boot/master, v2022.07: u-boot-stm32-20220617
- Fix the stm32prog command for stm32mp platform - Add stm32mp15x DHCOR based DRC Compact board
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/12387
Thanks, Patrick
git request-pull origin/master https://source.denx.de/u-boot/custodians/u-boot-stm.git/ u-boot-stm32-20220617
The following changes since commit 9abfbef57f55f31e42940ac2a18ebccfb087e5c6:
Merge tag 'u-boot-imx-20220616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-06-16 08:38:46 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git/ tags/u-boot-stm32-20220617
for you to fetch changes up to 4f71c80b0d9e57d96df4462fbcd7d9c6a16f471d:
ARM: dts: stm32: Add DHCOR based DRC Compact board (2022-06-17 09:31:19 +0200)
---------------------------------------------------------------- - Fix the stm32prog command for stm32mp platform - Add stm32mp15x DHCOR based DRC Compact board
---------------------------------------------------------------- Marek Vasut (6): ARM: dts: stm32: Add alternate pinmux for UART3 pins ARM: dts: stm32: Add alternate pinmux for UART4 pins ARM: dts: stm32: Add alternate pinmux for UART5 pins ARM: dts: stm32: Add alternate pinmux for CAN1 pins ARM: dts: stm32: Add alternate pinmux for SPI2 pins ARM: dts: stm32: Add DHCOR based DRC Compact board
Patrick Delaunay (1): stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter
arch/arm/dts/Makefile | 3 +- arch/arm/dts/stm32mp15-pinctrl.dtsi | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/dts/stm32mp153c-dhcor-drc-compact.dts | 30 ++++++++++++++ arch/arm/dts/stm32mp15xx-dhcor-drc-compact-u-boot.dtsi | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/dts/stm32mp15xx-dhcor-drc-compact.dts | 16 ++++++++ arch/arm/dts/stm32mp15xx-dhcor-drc-compact.dtsi | 326 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 4 +- board/dhelectronics/dh_stm32mp1/u-boot-dhcor.its | 15 +++++++ configs/stm32mp15_dhcor_basic_defconfig | 1 + 9 files changed, 631 insertions(+), 3 deletions(-) create mode 100644 arch/arm/dts/stm32mp153c-dhcor-drc-compact.dts create mode 100644 arch/arm/dts/stm32mp15xx-dhcor-drc-compact-u-boot.dtsi create mode 100644 arch/arm/dts/stm32mp15xx-dhcor-drc-compact.dts create mode 100644 arch/arm/dts/stm32mp15xx-dhcor-drc-compact.dtsi

On Fri, Jun 17, 2022 at 01:23:31PM +0200, Patrick DELAUNAY wrote:
Hi Tom,
Please pull the STM32 related fixes for u-boot/master, v2022.07: u-boot-stm32-20220617
- Fix the stm32prog command for stm32mp platform
- Add stm32mp15x DHCOR based DRC Compact board
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/12387
Thanks, Patrick
git request-pull origin/master https://source.denx.de/u-boot/custodians/u-boot-stm.git/ u-boot-stm32-20220617
The following changes since commit 9abfbef57f55f31e42940ac2a18ebccfb087e5c6:
Merge tag 'u-boot-imx-20220616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-06-16 08:38:46 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git/ tags/u-boot-stm32-20220617
for you to fetch changes up to 4f71c80b0d9e57d96df4462fbcd7d9c6a16f471d:
ARM: dts: stm32: Add DHCOR based DRC Compact board (2022-06-17 09:31:19 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Patrick DELAUNAY
-
Tom Rini