Hi Tom, Please pull the STM32 related patches for u-boot/next: u-boot-stm32-20201003
With STM32 updates for v2021.01-rc1: - stm32mp: DT alignment with Linux 5.9-rc4 - stm32mp: convert drivers to APIs which support live DT - stm32mp: gpio: minor fixes CI status: https://gitlab.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/4880 Thanks, Patrick git request-pull origin/next https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20201003 The following changes since commit 7e373a1a6ac27492ffebba146d70c4d39a9b9f36: Merge branch 'next' of git://git.denx.de/u-boot-usb into next (2020-10-01 14:52:56 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20201003 for you to fetch changes up to 04e29ca5bbb82f15d7a32d4130214c6a15db69aa: mailbox: stm32_ipcc: Convert to use APIs which support live DT (2020-10-02 15:05:14 +0200) ---------------------------------------------------------------- - stm32mp: DT alignment with Linux 5.9-rc4 - stm32mp: convert drivers to APIs which support live DT - stm32mp: gpio: minor fixes ---------------------------------------------------------------- Patrick Delaunay (8): ARM: dts: stm32mp1: DT alignment with Linux kernel v5.9-rc4 gpio: stm32: cosmetic: cleanup gpio_stm32_probe gpio: stm32: check result of ofnode_phandle_args pinctrl: stm32: Convert to use APIs which support live DT pinctrl: stm32: Add header with SPDX licence video: stm32_ltdc: Convert to use APIs which support live DT video: stm32_dsi: Convert to use APIs which support live DT mailbox: stm32_ipcc: Convert to use APIs which support live DT arch/arm/dts/stm32mp15-pinctrl.dtsi | 263 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- arch/arm/dts/stm32mp151.dtsi | 4 +- arch/arm/dts/stm32mp157a-dk1.dts | 2 + arch/arm/dts/stm32mp157c-dk2.dts | 11 ++++ arch/arm/dts/stm32mp157c-ed1.dts | 4 +- arch/arm/dts/stm32mp157c-ev1.dts | 15 +++++ arch/arm/dts/stm32mp15xx-dkx.dtsi | 38 ++++++++++++- drivers/gpio/stm32_gpio.c | 15 +++-- drivers/mailbox/stm32-ipcc.c | 9 +-- drivers/pinctrl/pinctrl_stm32.c | 48 +++++++++------- drivers/video/stm32/stm32_dsi.c | 3 +- drivers/video/stm32/stm32_ltdc.c | 3 +- 12 files changed, 360 insertions(+), 55 deletions(-)