[PULL] Pull request for u-boot master / v2023.01-rc4 = u-boot-stm32-20221207

Hi Tom,
Please pull the STM32 related patches for v2023.01-rc4.
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/13840
There is an error which is fixed with following patch: https://patchwork.ozlabs.org/project/uboot/patch/20221130114146.1.I1944fc560... This patch is included in the USB pull request from Marek submitted today ( 8th December ).
The following changes since commit 1c470f32f74248ff4aa145bf033fb6524dc7fc2e:
Prepare v2023.01-rc3 (2022-12-05 15:21:53 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20221207
for you to fetch changes up to f708283ab9d984c025f10dbd22f619d1d6cf0175:
ARM: stm32: Increment WDT by default on DHSOM (2022-12-07 17:09:19 +0100)
---------------------------------------------------------------- - Drop MMCI interrupt-names in STM32H743, STM32MP15 and STM322MP13 DT
DHSOM: - Enable assorted ST specific commands - Add version variable - Add boot counter STM32MP13: - Add sdmmc cd-gpios for STM32MP135F-DK - Add clock & reset support STM32 ADC: - Split channel init into several routines - Add support of generic channels binding
---------------------------------------------------------------- Gabriel Fernandez (3): dt-bindings: stm32mp13: add clock & reset support for STM32MP13 clk: stm32mp13: introduce STM32MP13 RCC driver arm: dts: stm32mp13: add support of RCC driver
Marek Vasut (6): ARM: dts: stm32: Drop MMCI interrupt-names ARM: stm32: Add boot counter to DHSOM ARM: stm32: Add version variable to DHSOM ARM: stm32: Enable assorted ST specific commands on DHSOM ARM: stm32: Increment boot counter in SPL on DHSOM ARM: stm32: Increment WDT by default on DHSOM
Olivier Moysan (2): adc: stm32mp15: split channel init into several routines adc: stm32mp15: add support of generic channels binding
Yann Gautier (1): ARM: dts: stm32: add sdmmc cd-gpios for STM32MP135F-DK
MAINTAINERS | 5 +- arch/arm/dts/stm32h743.dtsi | 2 - arch/arm/dts/stm32mp13-u-boot.dtsi | 4 + arch/arm/dts/stm32mp131.dtsi | 121 ++++++++++----------------- arch/arm/dts/stm32mp133.dtsi | 4 +- arch/arm/dts/stm32mp135f-dk.dts | 2 +- arch/arm/dts/stm32mp13xc.dtsi | 3 +- arch/arm/dts/stm32mp13xf.dtsi | 3 +- arch/arm/dts/stm32mp151.dtsi | 3 - configs/stm32mp15_dhcom_basic_defconfig | 13 +++ configs/stm32mp15_dhcor_basic_defconfig | 13 +++ drivers/adc/stm32-adc.c | 83 +++++++++++++++--- drivers/clk/stm32/Kconfig | 15 ++++ drivers/clk/stm32/Makefile | 2 + drivers/clk/stm32/clk-stm32-core.c | 268 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/clk/stm32/clk-stm32-core.h | 276 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/clk/stm32/clk-stm32mp13.c | 841 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/clk/stm32/stm32mp13_rcc.h | 288 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/dt-bindings/clock/stm32mp13-clks.h | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++ include/dt-bindings/reset/stm32mp13-resets.h | 100 ++++++++++++++++++++++ 20 files changed, 2175 insertions(+), 100 deletions(-) create mode 100644 drivers/clk/stm32/clk-stm32-core.c create mode 100644 drivers/clk/stm32/clk-stm32-core.h create mode 100644 drivers/clk/stm32/clk-stm32mp13.c create mode 100644 drivers/clk/stm32/stm32mp13_rcc.h create mode 100644 include/dt-bindings/clock/stm32mp13-clks.h create mode 100644 include/dt-bindings/reset/stm32mp13-resets.h

On Thu, Dec 08, 2022 at 03:57:40PM +0100, Patrice CHOTARD wrote:
Hi Tom,
Please pull the STM32 related patches for v2023.01-rc4.
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/13840
There is an error which is fixed with following patch: https://patchwork.ozlabs.org/project/uboot/patch/20221130114146.1.I1944fc560... This patch is included in the USB pull request from Marek submitted today ( 8th December ).
The following changes since commit 1c470f32f74248ff4aa145bf033fb6524dc7fc2e:
Prepare v2023.01-rc3 (2022-12-05 15:21:53 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20221207
for you to fetch changes up to f708283ab9d984c025f10dbd22f619d1d6cf0175:
ARM: stm32: Increment WDT by default on DHSOM (2022-12-07 17:09:19 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Patrice CHOTARD
-
Tom Rini