Hi Tom, Please pull the latest STM32 master bugfix for v2020.04 = u-boot-stm32-20200401
With the following changes: - Fix device tree of Avenger96 board from Arrow Electronics and add compatibility with stm32mp15_dhcom_basic_defconfig CI status: Failed for vexpress_ca9x4 test.py https://gitlab.denx.de/u-boot/custodians/u-boot-stm/pipelines/2592 But local compilation is OK with buildman on stm32 targets. I think it is enough as the Marek's patches only update the dh board code and the AV96 device tree. Thanks, Patrick The following changes since commit af827140e5965e5bb2bcad1c53ca8419b428ff6d: vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader. (2020-03-23 16:11:46 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20200401 for you to fetch changes up to 2f3c4b8a0f303edbea9fc112a49e546cf03776b0: ARM: dts: stm32: Repair PMIC configuration on AV96 (2020-04-01 11:58:00 +0200) ---------------------------------------------------------------- - Fix device tree of Avenger96 board from Arrow Electronics and add compatibility with stm32mp15_dhcom_basic_defconfig ---------------------------------------------------------------- Marek Vasut (12): ARM: dts: stm32: Repair SD1 pre-reloc pinmux DT node on AV96 ARM: dts: stm32: Add alternate pinmux for SDMMC1 direction pins ARM: dts: stm32: Repair SDMMC1 operation on AV96 ARM: dts: stm32: Add alternate pinmux for SDMMC2 pins 4-7 ARM: dts: stm32: Repair SDMMC2 operation ARM: dts: stm32: Add QSPI NOR on AV96 ARM: dts: stm32: Use DT alias for the configuration EEPROM ARM: dts: stm32: Add configuration EEPROM on AV96 ARM: dts: stm32: Add alternate pinmux for ethernet RGMII ARM: dts: stm32: Repair ethernet operation on AV96 ARM: dts: stm32: Add missing ethernet PHY reset on AV96 ARM: dts: stm32: Repair PMIC configuration on AV96 arch/arm/dts/stm32mp157-pinctrl.dtsi | 96 +++++++++++++++++++++++++++++++++++++++++ arch/arm/dts/stm32mp157a-avenger96-u-boot.dtsi | 9 ++-- arch/arm/dts/stm32mp157a-avenger96.dts | 79 ++++++++++++++++++++++++++++----- arch/arm/dts/stm32mp15xx-dhcom.dtsi | 6 ++- board/dhelectronics/dh_stm32mp1/board.c | 15 +++---- 5 files changed, 182 insertions(+), 23 deletions(-)