[PULL] Pull request for u-boot master / v2022.10 = u-boot-stm32-20220907
Patrick DELAUNAY
patrick.delaunay at foss.st.com
Thu Sep 8 10:03:34 CEST 2022
Hi Tom,
Please pull the STM32 related fixes for u-boot/master, v2022.10:
u-boot-stm32-20220907
- simplify the STM32MP15x package parsing code
- remove test on CONFIG_DM_REGULATOR in stm32mp1 board
and enable CONFIG_DM_REGULATOR for stm32f769-disco
- handle ck_usbo_48m clock provided by USBPHYC to fix the command 'usb
start'
after alignment with Linux kernel v5.19 DT (clocks = <&usbphyc>)
- Fix SYS_HZ_CLOCK value for stih410-b2260 board
- Switch STMM32MP15x DHSOM to FMC2 EBI driver
- Remove hwlocks from pinctrl in STM32MP15x to avoid issue with kernel
CI status:
https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/13383
Thanks,
Patrick
git request-pull origin/master
https://source.denx.de/u-boot/custodians/u-boot-stm.git/
u-boot-stm32-20220907
The following changes since commit 51601397fcbb13e6dc2e4223408230c82955a601:
Prepare v2022.10-rc4 (2022-09-05 20:32:56 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git/
tags/u-boot-stm32-20220907
for you to fetch changes up to d6ff3c9f04f744345fe77a3d82c5b5e0c07c456a:
ARM: dts: stm32mp15: remove hwlocks from pinctrl (2022-09-06 15:40:14
+0200)
----------------------------------------------------------------
- simplify the STM32MP15x package parsing code
- remove test on CONFIG_DM_REGULATOR in stm32mp1 board
and enable CONFIG_DM_REGULATOR for stm32f769-disco
- handle ck_usbo_48m clock provided by USBPHYC to fix the command 'usb
start'
after alignment with Linux kernel v5.19 DT (clocks = <&usbphyc>)
- Fix SYS_HZ_CLOCK value for stih410-b2260 board
- Switch STMM32MP15x DHSOM to FMC2 EBI driver
- Remove hwlocks from pinctrl in STM32MP15x to avoid issue with kernel
----------------------------------------------------------------
Etienne Carriere (1):
ARM: dts: stm32mp15: remove hwlocks from pinctrl
Marek Vasut (1):
ARM: stm32: Switch DHSOM to FMC2 EBI driver
Patrice Chotard (3):
ARM: dts: stm32: Fix display-timings settings for stm32f746-disco
configs: stm32: Enable CONFIG_DM_REGULATOR for stm32f769-disco
configs: stih410-b2260: Fix SYS_HZ_CLOCK value
Patrick Delaunay (5):
stm32mp: simplify the STM32MP15x package parsing code
board: stm32mp1: remove test on CONFIG_DM_REGULATOR
phy: stm32-usbphyc: add counter of PLL consumer
phy: stm32-usbphyc: usbphyc is a clock provider of ck_usbo_48m clock
clk: stm32mp: handle ck_usbo_48m clock provided by USBPHYC
arch/arm/dts/stm32f746-disco-u-boot.dtsi | 2 +-
arch/arm/dts/stm32mp151.dtsi | 2 --
arch/arm/dts/stm32mp15xx-dhcom-picoitx-u-boot.dtsi | 8 -----
arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi | 14 ---------
arch/arm/dts/stm32mp15xx-dhcor-drc-compact-u-boot.dtsi | 16 ----------
arch/arm/mach-stm32mp/stm32mp15x.c | 15 ++--------
board/dhelectronics/dh_stm32mp1/board.c | 52
--------------------------------
board/st/stm32mp1/stm32mp1.c | 8 ++---
configs/stm32f769-disco_defconfig | 1 +
configs/stm32f769-disco_spl_defconfig | 1 +
configs/stm32mp15_dhcom_basic_defconfig | 1 +
configs/stm32mp15_dhcor_basic_defconfig | 1 +
drivers/clk/stm32/clk-stm32mp1.c | 35
++++++++++++----------
drivers/phy/phy-stm32-usbphyc.c | 155
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------
include/configs/stih410-b2260.h | 2 +-
15 files changed, 158 insertions(+), 155 deletions(-)
More information about the U-Boot
mailing list