diff options
| author | Tom Rini <[email protected]> | 2024-01-19 11:59:28 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-19 11:59:28 -0500 |
| commit | 83a8424722f364955f8e28ae164fbfc598b2e5f8 (patch) | |
| tree | 4927ace4d988aa2212886bc148a0fab38299a7be /drivers | |
| parent | f4d54865061495bdb483f9ddc81183d1940f596c (diff) | |
| parent | 8a4d098bb0859b3a26c9e1100ed08d7bd1f8ed30 (diff) | |
Merge tag 'u-boot-stm32-20240119' of https://source.denx.de/u-boot/custodians/u-boot-stm
Add CMDLINE dependecy for CMD_STM32KEY
STM32MP1:
---------
Set stdio to serial on DH STM32MP15xx DHSOM
Fix reset for usart1 in scmi configuration
STM32MP2:
---------
Add BSEC and OTP support for STM32MP25
Fix CONFIG_STM32MP25X flag usage
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/clk/stm32/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/stm32/Kconfig b/drivers/clk/stm32/Kconfig index 7a34ea23c38..c05015efe8b 100644 --- a/drivers/clk/stm32/Kconfig +++ b/drivers/clk/stm32/Kconfig @@ -23,7 +23,7 @@ config CLK_STM32_CORE config CLK_STM32MP1 bool "Enable RCC clock driver for STM32MP15" depends on ARCH_STM32MP && CLK - default y if STM32MP15x + default y if STM32MP15X help Enable the STM32 clock (RCC) driver. Enable support for manipulating STM32MP15's on-SoC clocks. @@ -31,7 +31,7 @@ config CLK_STM32MP1 config CLK_STM32MP13 bool "Enable RCC clock driver for STM32MP13" depends on ARCH_STM32MP && CLK - default y if STM32MP13x + default y if STM32MP13X select CLK_STM32_CORE help Enable the STM32 clock (RCC) driver. Enable support for |
